Color spaces of #dc990d
RGB | 220 | 153 | 13 |
---|---|---|---|
HSL | 0.11 | 0.89 | 0.46 |
HSV | 41° | 94° | 86° |
CMYK | 0.00 | 0.30 | 0.94 0.14 |
XYZ | 40.9791 | 38.0272 | 5.5609 |
Yxy | 38.0272 | 0.4846 | 0.4497 |
Hunter Lab | 61.6662 | 10.7029 | 37.8197 |
CIE-Lab | 68.0407 | 15.4828 | 70.6941 |
#dc990d color RGB value is (220,153,13).
#dc990d hex color red value is 220, green value is 153 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #dc990d hue: 0.11 , saturation: 0.89 and the lightness value of dc990d is 0.46.
The process color (four color CMYK) of #dc990d color hex is 0.00, 0.30, 0.94, 0.14. Web safe color of #dc990d is #cc9900. Color #dc990d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10011001 | 00001101 |
Octal | 334 | 231 | 15 |
Decimal | 220 | 153 | 13 |
Hex | DC | 99 | D |
Shades of #dc990d
Tints of #dc990d
RGB Percentages of Color #dc990d
CMYK Percentages of Color #dc990d
Complementary Color
#dc990d | #0d50dc |
#dc990d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc990d Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc990d Color CSS Codes
.mybgcolor {background-color:#dc990d; } .myforecolor {color:#dc990d; } .mybordercolor {border:3px solid #dc990d; }
#dc990d Text Font Color
<p style="color:#dc990d">Text here</p>
This sample text font color is #dc990d
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.
#dc990d Background Color
<div style="background-color:#dc990d">
Div content here</div>
This div background color is #dc990d
#dc990d Border Color
<div style="border:3px solid #dc990d">
Div here</div>
This div border color is #dc990d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,153,13, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc990d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc990d; -webkit-box-shadow: 1px 1px 3px 2px #dc990d; box-shadow: 1px 1px 3px 2px #dc990d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,153,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 #dc990d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc990d; -webkit-box-shadow: 1px 1px 3px 2px #dc990d; box-shadow: 1px 1px 3px 2px #dc990d;">
Div content here</div>
This div box has shadow with color #dc990d
Comments
No comments written yet.
Please login to write comment.