Shades of Carrot Orange #DE8614
Tints of Carrot Orange #DE8614
RGB
CMYK
RGB Variations
Color information
#DE8614 (or 0xDE8614) is known color: Carrot Orange. HEX triplet: DE, 86 and 14. RGB value is (222,134,20). Sum of RGB (Red+Green+Blue) = 222+134+20=376 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.04% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 20 (8.20% from 255 or 5.32% from 376); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8614 is #2179EB. Grayscale: #939393. Windows color (decimal): -2193900 or 1345246. OLE color: 1345246.
HSL color Cylindrical-coordinate representation of color #DE8614: hue angle of 33.86º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE8614 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 134 | 20 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.13 |
| HSL | 33.86º | 0.83% | 0.47% | - |
| HSV(B) | 33.86º | 0.91% | 0.87% | - |
| XYZ | 38.78 | 32.63 | 4.92 | - |
| YUV | 147.32 | 56.15 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 134 | 20 | 0 | 0.40 | 0.91 | 0.13 | 33.86 | 0.83 | 0.47 |
| Hex | DE | 86 | 14 | 0 | 28 | 5B | D | 22 | 53 | 2F |
| Octal | 336 | 206 | 24 | 0 | 50 | 133 | 15 | 42 | 123 | 57 |
| Binary | 11011110 | 10000110 | 10100 | 0 | 101000 | 1011011 | 1101 | 100010 | 1010011 | 101111 |
Color Harmonies of #DE8614
Complementary color
Monochromatic Colors of #DE8614
Black with #DE8614
Text Example
Text Example
White with #DE8614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8614; }
p { color: rgb(222,134,20); }
H1.HeaderClassName
{
color: #DE8614;
}
.AnyTagClassName
{
color: #DE8614;
}
</style>
background-color css
<style>
a { background-color: #DE8614; }
a { background-color: rgb(222,134,20); }
div.DivClassName
{
background-color: #DE8614;
}
.BgClassName
{
background-color: #DE8614;
}
</style>
border-color css
<style>
span { border-color: #DE8614; }
span { border-color: rgb(222,134,20); }
td.TdClassName
{
border-color: #DE8614;
}
.TagClassName
{
border-color: #DE8614;
}
</style>