Shades of Carrot Orange #DC8716
Tints of Carrot Orange #DC8716
RGB
CMYK
RGB Variations
Color information
#DC8716 (or 0xDC8716) is known color: Carrot Orange. HEX triplet: DC, 87 and 16. RGB value is (220,135,22). Sum of RGB (Red+Green+Blue) = 220+135+22=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 22 (8.98% from 255 or 5.84% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8716 is #2378E9. Grayscale: #949494. Windows color (decimal): -2324714 or 1476572. OLE color: 1476572.
HSL color Cylindrical-coordinate representation of color #DC8716: hue angle of 34.24º 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 #DC8716 is Cyan = 0, Magento = 0.39, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 22 | - |
| CMYK | 0 | 0.39 | 0.9 | 0.14 |
| HSL | 34.24º | 0.82% | 0.47% | - |
| HSV(B) | 34.24º | 0.9% | 0.86% | - |
| XYZ | 38.32 | 32.6 | 5.03 | - |
| YUV | 147.53 | 57.16 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 22 | 0 | 0.39 | 0.9 | 0.14 | 34.24 | 0.82 | 0.47 |
| Hex | DC | 87 | 16 | 0 | 27 | 5A | E | 22 | 52 | 2F |
| Octal | 334 | 207 | 26 | 0 | 47 | 132 | 16 | 42 | 122 | 57 |
| Binary | 11011100 | 10000111 | 10110 | 0 | 100111 | 1011010 | 1110 | 100010 | 1010010 | 101111 |
Color Harmonies of #DC8716
Complementary color
Monochromatic Colors of #DC8716
Black with #DC8716
Text Example
Text Example
White with #DC8716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8716; }
p { color: rgb(220,135,22); }
H1.HeaderClassName
{
color: #DC8716;
}
.AnyTagClassName
{
color: #DC8716;
}
</style>
background-color css
<style>
a { background-color: #DC8716; }
a { background-color: rgb(220,135,22); }
div.DivClassName
{
background-color: #DC8716;
}
.BgClassName
{
background-color: #DC8716;
}
</style>
border-color css
<style>
span { border-color: #DC8716; }
span { border-color: rgb(220,135,22); }
td.TdClassName
{
border-color: #DC8716;
}
.TagClassName
{
border-color: #DC8716;
}
</style>