Shades of Carrot Orange #DC8817
Tints of Carrot Orange #DC8817
RGB
CMYK
RGB Variations
Color information
#DC8817 (or 0xDC8817) is known color: Carrot Orange. HEX triplet: DC, 88 and 17. RGB value is (220,136,23). Sum of RGB (Red+Green+Blue) = 220+136+23=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 23 (9.38% from 255 or 6.07% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8817 is #2377E8. Grayscale: #949494. Windows color (decimal): -2324457 or 1542364. OLE color: 1542364.
HSL color Cylindrical-coordinate representation of color #DC8817: hue angle of 34.42º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC8817 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 23 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.14 |
| HSL | 34.42º | 0.81% | 0.48% | - |
| HSV(B) | 34.42º | 0.9% | 0.86% | - |
| XYZ | 38.47 | 32.89 | 5.13 | - |
| YUV | 148.23 | 57.33 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 23 | 0 | 0.38 | 0.90 | 0.14 | 34.42 | 0.81 | 0.48 |
| Hex | DC | 88 | 17 | 0 | 26 | 5A | E | 22 | 51 | 30 |
| Octal | 334 | 210 | 27 | 0 | 46 | 132 | 16 | 42 | 121 | 60 |
| Binary | 11011100 | 10001000 | 10111 | 0 | 100110 | 1011010 | 1110 | 100010 | 1010001 | 110000 |
Color Harmonies of #DC8817
Complementary color
Monochromatic Colors of #DC8817
Black with #DC8817
Text Example
Text Example
White with #DC8817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8817; }
p { color: rgb(220,136,23); }
H1.HeaderClassName
{
color: #DC8817;
}
.AnyTagClassName
{
color: #DC8817;
}
</style>
background-color css
<style>
a { background-color: #DC8817; }
a { background-color: rgb(220,136,23); }
div.DivClassName
{
background-color: #DC8817;
}
.BgClassName
{
background-color: #DC8817;
}
</style>
border-color css
<style>
span { border-color: #DC8817; }
span { border-color: rgb(220,136,23); }
td.TdClassName
{
border-color: #DC8817;
}
.TagClassName
{
border-color: #DC8817;
}
</style>