Color spaces of #ddca0d
RGB | 221 | 202 | 13 |
---|---|---|---|
HSL | 0.15 | 0.89 | 0.46 |
HSV | 55° | 94° | 87° |
CMYK | 0.00 | 0.09 | 0.94 0.13 |
XYZ | 51.0120 | 57.6423 | 8.8182 |
Yxy | 57.6423 | 0.4342 | 0.4907 |
Hunter Lab | 75.9225 | -12.9311 | 46.2594 |
CIE-Lab | 80.5395 | -9.7863 | 79.9168 |
#ddca0d color RGB value is (221,202,13).
#ddca0d hex color red value is 221, green value is 202 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ddca0d hue: 0.15 , saturation: 0.89 and the lightness value of ddca0d is 0.46.
The process color (four color CMYK) of #ddca0d color hex is 0.00, 0.09, 0.94, 0.13. Web safe color of #ddca0d is #cccc00. Color #ddca0d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11001010 | 00001101 |
Octal | 335 | 312 | 15 |
Decimal | 221 | 202 | 13 |
Hex | DD | CA | D |
Shades of #ddca0d
Tints of #ddca0d
RGB Percentages of Color #ddca0d
CMYK Percentages of Color #ddca0d
Complementary Color
#ddca0d | #0d20dd |
#ddca0d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddca0d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddca0d Color CSS Codes
.mybgcolor {background-color:#ddca0d; } .myforecolor {color:#ddca0d; } .mybordercolor {border:3px solid #ddca0d; }
#ddca0d Text Font Color
<p style="color:#ddca0d">Text here</p>
This sample text font color is #ddca0d
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.
#ddca0d Background Color
<div style="background-color:#ddca0d">
Div content here</div>
This div background color is #ddca0d
#ddca0d Border Color
<div style="border:3px solid #ddca0d">
Div here</div>
This div border color is #ddca0d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,202,13, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddca0d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddca0d; -webkit-box-shadow: 1px 1px 3px 2px #ddca0d; box-shadow: 1px 1px 3px 2px #ddca0d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,202,13, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddca0d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddca0d; -webkit-box-shadow: 1px 1px 3px 2px #ddca0d; box-shadow: 1px 1px 3px 2px #ddca0d;">
Div content here</div>
This div box has shadow with color #ddca0d
Comments
No comments written yet.
Please login to write comment.