Shades of Carrot Orange #DC8816
Tints of Carrot Orange #DC8816
RGB
CMYK
RGB Variations
Color information
#DC8816 (or 0xDC8816) is known color: Carrot Orange. HEX triplet: DC, 88 and 16. RGB value is (220,136,22). Sum of RGB (Red+Green+Blue) = 220+136+22=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8816 is #2377E9. Grayscale: #949494. Windows color (decimal): -2324458 or 1476828. OLE color: 1476828.
HSL color Cylindrical-coordinate representation of color #DC8816: hue angle of 34.55º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC8816 is Cyan = 0, Magento = 0.38, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 22 | - |
| CMYK | 0 | 0.38 | 0.9 | 0.14 |
| HSL | 34.55º | 0.82% | 0.47% | - |
| HSV(B) | 34.55º | 0.9% | 0.86% | - |
| XYZ | 38.46 | 32.88 | 5.08 | - |
| YUV | 148.12 | 56.83 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 22 | 0 | 0.38 | 0.9 | 0.14 | 34.55 | 0.82 | 0.47 |
| Hex | DC | 88 | 16 | 0 | 26 | 5A | E | 23 | 52 | 2F |
| Octal | 334 | 210 | 26 | 0 | 46 | 132 | 16 | 43 | 122 | 57 |
| Binary | 11011100 | 10001000 | 10110 | 0 | 100110 | 1011010 | 1110 | 100011 | 1010010 | 101111 |
Color Harmonies of #DC8816
Complementary color
Monochromatic Colors of #DC8816
Black with #DC8816
Text Example
Text Example
White with #DC8816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8816; }
p { color: rgb(220,136,22); }
H1.HeaderClassName
{
color: #DC8816;
}
.AnyTagClassName
{
color: #DC8816;
}
</style>
background-color css
<style>
a { background-color: #DC8816; }
a { background-color: rgb(220,136,22); }
div.DivClassName
{
background-color: #DC8816;
}
.BgClassName
{
background-color: #DC8816;
}
</style>
border-color css
<style>
span { border-color: #DC8816; }
span { border-color: rgb(220,136,22); }
td.TdClassName
{
border-color: #DC8816;
}
.TagClassName
{
border-color: #DC8816;
}
</style>