Shades of Carrot Orange #DC8414
Tints of Carrot Orange #DC8414
RGB
CMYK
RGB Variations
Color information
#DC8414 (or 0xDC8414) is known color: Carrot Orange. HEX triplet: DC, 84 and 14. RGB value is (220,132,20). Sum of RGB (Red+Green+Blue) = 220+132+20=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8414 is #237BEB. Grayscale: #929292. Windows color (decimal): -2325484 or 1344732. OLE color: 1344732.
HSL color Cylindrical-coordinate representation of color #DC8414: hue angle of 33.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC8414 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 20 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.14 |
| HSL | 33.6º | 0.83% | 0.47% | - |
| HSV(B) | 33.6º | 0.91% | 0.86% | - |
| XYZ | 37.89 | 31.77 | 4.8 | - |
| YUV | 145.54 | 57.15 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 20 | 0 | 0.40 | 0.91 | 0.14 | 33.6 | 0.83 | 0.47 |
| Hex | DC | 84 | 14 | 0 | 28 | 5B | E | 22 | 53 | 2F |
| Octal | 334 | 204 | 24 | 0 | 50 | 133 | 16 | 42 | 123 | 57 |
| Binary | 11011100 | 10000100 | 10100 | 0 | 101000 | 1011011 | 1110 | 100010 | 1010011 | 101111 |
Color Harmonies of #DC8414
Complementary color
Monochromatic Colors of #DC8414
Black with #DC8414
Text Example
Text Example
White with #DC8414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8414; }
p { color: rgb(220,132,20); }
H1.HeaderClassName
{
color: #DC8414;
}
.AnyTagClassName
{
color: #DC8414;
}
</style>
background-color css
<style>
a { background-color: #DC8414; }
a { background-color: rgb(220,132,20); }
div.DivClassName
{
background-color: #DC8414;
}
.BgClassName
{
background-color: #DC8414;
}
</style>
border-color css
<style>
span { border-color: #DC8414; }
span { border-color: rgb(220,132,20); }
td.TdClassName
{
border-color: #DC8414;
}
.TagClassName
{
border-color: #DC8414;
}
</style>