Color spaces of #ddb67b
RGB | 221 | 182 | 123 |
---|---|---|---|
HSL | 0.10 | 0.59 | 0.67 |
HSV | 36° | 44° | 87° |
CMYK | 0.00 | 0.18 | 0.44 0.13 |
XYZ | 50.1219 | 50.2581 | 25.7980 |
Yxy | 50.2581 | 0.3972 | 0.3983 |
Hunter Lab | 70.8929 | 2.1383 | 28.0494 |
CIE-Lab | 76.2274 | 6.4231 | 35.2551 |
#ddb67b color RGB value is (221,182,123).
#ddb67b hex color red value is 221, green value is 182 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ddb67b hue: 0.10 , saturation: 0.59 and the lightness value of ddb67b is 0.67.
The process color (four color CMYK) of #ddb67b color hex is 0.00, 0.18, 0.44, 0.13. Web safe color of #ddb67b is #cccc66. Color #ddb67b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10110110 | 01111011 |
Octal | 335 | 266 | 173 |
Decimal | 221 | 182 | 123 |
Hex | DD | B6 | 7B |
Shades of #ddb67b
Tints of #ddb67b
RGB Percentages of Color #ddb67b
CMYK Percentages of Color #ddb67b
Complementary Color
#ddb67b | #7ba2dd |
#ddb67b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddb67b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddb67b Color CSS Codes
.mybgcolor {background-color:#ddb67b; } .myforecolor {color:#ddb67b; } .mybordercolor {border:3px solid #ddb67b; }
#ddb67b Text Font Color
<p style="color:#ddb67b">Text here</p>
This sample text font color is #ddb67b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#ddb67b Background Color
<div style="background-color:#ddb67b">
Div content here</div>
This div background color is #ddb67b
#ddb67b Border Color
<div style="border:3px solid #ddb67b">
Div here</div>
This div border color is #ddb67b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,182,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddb67b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddb67b; -webkit-box-shadow: 1px 1px 3px 2px #ddb67b; box-shadow: 1px 1px 3px 2px #ddb67b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,182,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddb67b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddb67b; -webkit-box-shadow: 1px 1px 3px 2px #ddb67b; box-shadow: 1px 1px 3px 2px #ddb67b;">
Div content here</div>
This div box has shadow with color #ddb67b
Comments
No comments written yet.
Please login to write comment.