Shades of Carrot Orange #DE8613
Tints of Carrot Orange #DE8613
RGB
CMYK
RGB Variations
Color information
#DE8613 (or 0xDE8613) is known color: Carrot Orange. HEX triplet: DE, 86 and 13. RGB value is (222,134,19). Sum of RGB (Red+Green+Blue) = 222+134+19=375 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.2% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8613 is #2179EC. Grayscale: #939393. Windows color (decimal): -2193901 or 1279710. OLE color: 1279710.
HSL color Cylindrical-coordinate representation of color #DE8613: hue angle of 33.99º degrees, saturation: 0.84, 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 #DE8613 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 134 | 19 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.13 |
| HSL | 33.99º | 0.84% | 0.47% | - |
| HSV(B) | 33.99º | 0.91% | 0.87% | - |
| XYZ | 38.77 | 32.63 | 4.87 | - |
| YUV | 147.2 | 55.65 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 134 | 19 | 0 | 0.40 | 0.91 | 0.13 | 33.99 | 0.84 | 0.47 |
| Hex | DE | 86 | 13 | 0 | 28 | 5B | D | 22 | 54 | 2F |
| Octal | 336 | 206 | 23 | 0 | 50 | 133 | 15 | 42 | 124 | 57 |
| Binary | 11011110 | 10000110 | 10011 | 0 | 101000 | 1011011 | 1101 | 100010 | 1010100 | 101111 |
Color Harmonies of #DE8613
Complementary color
Monochromatic Colors of #DE8613
Black with #DE8613
Text Example
Text Example
White with #DE8613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8613; }
p { color: rgb(222,134,19); }
H1.HeaderClassName
{
color: #DE8613;
}
.AnyTagClassName
{
color: #DE8613;
}
</style>
background-color css
<style>
a { background-color: #DE8613; }
a { background-color: rgb(222,134,19); }
div.DivClassName
{
background-color: #DE8613;
}
.BgClassName
{
background-color: #DE8613;
}
</style>
border-color css
<style>
span { border-color: #DE8613; }
span { border-color: rgb(222,134,19); }
td.TdClassName
{
border-color: #DE8613;
}
.TagClassName
{
border-color: #DE8613;
}
</style>