Color spaces of #ddb06a
RGB | 221 | 176 | 106 |
---|---|---|---|
HSL | 0.10 | 0.63 | 0.64 |
HSV | 37° | 52° | 87° |
CMYK | 0.00 | 0.20 | 0.52 0.13 |
XYZ | 47.9456 | 47.4634 | 20.2700 |
Yxy | 47.4634 | 0.4145 | 0.4103 |
Hunter Lab | 68.8937 | 3.6606 | 30.7812 |
CIE-Lab | 74.4852 | 7.9993 | 41.8103 |
#ddb06a color RGB value is (221,176,106).
#ddb06a hex color red value is 221, green value is 176 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ddb06a hue: 0.10 , saturation: 0.63 and the lightness value of ddb06a is 0.64.
The process color (four color CMYK) of #ddb06a color hex is 0.00, 0.20, 0.52, 0.13. Web safe color of #ddb06a is #cc9966. Color #ddb06a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10110000 | 01101010 |
Octal | 335 | 260 | 152 |
Decimal | 221 | 176 | 106 |
Hex | DD | B0 | 6A |
Shades of #ddb06a
Tints of #ddb06a
RGB Percentages of Color #ddb06a
CMYK Percentages of Color #ddb06a
Complementary Color
#ddb06a | #6a97dd |
#ddb06a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddb06a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddb06a Color CSS Codes
.mybgcolor {background-color:#ddb06a; } .myforecolor {color:#ddb06a; } .mybordercolor {border:3px solid #ddb06a; }
#ddb06a Text Font Color
<p style="color:#ddb06a">Text here</p>
This sample text font color is #ddb06a
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.
#ddb06a Background Color
<div style="background-color:#ddb06a">
Div content here</div>
This div background color is #ddb06a
#ddb06a Border Color
<div style="border:3px solid #ddb06a">
Div here</div>
This div border color is #ddb06a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,176,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddb06a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddb06a; -webkit-box-shadow: 1px 1px 3px 2px #ddb06a; box-shadow: 1px 1px 3px 2px #ddb06a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,176,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddb06a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddb06a; -webkit-box-shadow: 1px 1px 3px 2px #ddb06a; box-shadow: 1px 1px 3px 2px #ddb06a;">
Div content here</div>
This div box has shadow with color #ddb06a
Comments
No comments written yet.
Please login to write comment.