Color spaces of #ddab3b
RGB | 221 | 171 | 59 |
---|---|---|---|
HSL | 0.12 | 0.70 | 0.55 |
HSV | 41° | 73° | 87° |
CMYK | 0.00 | 0.23 | 0.73 0.13 |
XYZ | 45.1711 | 44.8137 | 10.4068 |
Yxy | 44.8137 | 0.4499 | 0.4464 |
Hunter Lab | 66.9430 | 3.2960 | 37.6430 |
CIE-Lab | 72.7691 | 7.5659 | 61.6074 |
#ddab3b color RGB value is (221,171,59).
#ddab3b hex color red value is 221, green value is 171 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ddab3b hue: 0.12 , saturation: 0.70 and the lightness value of ddab3b is 0.55.
The process color (four color CMYK) of #ddab3b color hex is 0.00, 0.23, 0.73, 0.13. Web safe color of #ddab3b is #cc9933. Color #ddab3b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10101011 | 00111011 |
Octal | 335 | 253 | 73 |
Decimal | 221 | 171 | 59 |
Hex | DD | AB | 3B |
Shades of #ddab3b
Tints of #ddab3b
RGB Percentages of Color #ddab3b
CMYK Percentages of Color #ddab3b
Complementary Color
#ddab3b | #3b6ddd |
#ddab3b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddab3b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddab3b Color CSS Codes
.mybgcolor {background-color:#ddab3b; } .myforecolor {color:#ddab3b; } .mybordercolor {border:3px solid #ddab3b; }
#ddab3b Text Font Color
<p style="color:#ddab3b">Text here</p>
This sample text font color is #ddab3b
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.
#ddab3b Background Color
<div style="background-color:#ddab3b">
Div content here</div>
This div background color is #ddab3b
#ddab3b Border Color
<div style="border:3px solid #ddab3b">
Div here</div>
This div border color is #ddab3b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,171,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddab3b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddab3b; -webkit-box-shadow: 1px 1px 3px 2px #ddab3b; box-shadow: 1px 1px 3px 2px #ddab3b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,171,59, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddab3b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddab3b; -webkit-box-shadow: 1px 1px 3px 2px #ddab3b; box-shadow: 1px 1px 3px 2px #ddab3b;">
Div content here</div>
This div box has shadow with color #ddab3b
Comments
No comments written yet.
Please login to write comment.