Shades of Carrot Orange #DE8515
Tints of Carrot Orange #DE8515
RGB
CMYK
RGB Variations
Color information
#DE8515 (or 0xDE8515) is known color: Carrot Orange. HEX triplet: DE, 85 and 15. RGB value is (222,133,21). Sum of RGB (Red+Green+Blue) = 222+133+21=376 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.04% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 21 (8.59% from 255 or 5.59% from 376); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8515 is #217AEA. Grayscale: #939393. Windows color (decimal): -2194155 or 1410526. OLE color: 1410526.
HSL color Cylindrical-coordinate representation of color #DE8515: hue angle of 33.43º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE8515 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 133 | 21 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.13 |
| HSL | 33.43º | 0.83% | 0.48% | - |
| HSV(B) | 33.43º | 0.91% | 0.87% | - |
| XYZ | 38.65 | 32.36 | 4.92 | - |
| YUV | 146.84 | 56.99 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 133 | 21 | 0 | 0.40 | 0.91 | 0.13 | 33.43 | 0.83 | 0.48 |
| Hex | DE | 85 | 15 | 0 | 28 | 5B | D | 21 | 53 | 30 |
| Octal | 336 | 205 | 25 | 0 | 50 | 133 | 15 | 41 | 123 | 60 |
| Binary | 11011110 | 10000101 | 10101 | 0 | 101000 | 1011011 | 1101 | 100001 | 1010011 | 110000 |
Color Harmonies of #DE8515
Complementary color
Monochromatic Colors of #DE8515
Black with #DE8515
Text Example
Text Example
White with #DE8515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8515; }
p { color: rgb(222,133,21); }
H1.HeaderClassName
{
color: #DE8515;
}
.AnyTagClassName
{
color: #DE8515;
}
</style>
background-color css
<style>
a { background-color: #DE8515; }
a { background-color: rgb(222,133,21); }
div.DivClassName
{
background-color: #DE8515;
}
.BgClassName
{
background-color: #DE8515;
}
</style>
border-color css
<style>
span { border-color: #DE8515; }
span { border-color: rgb(222,133,21); }
td.TdClassName
{
border-color: #DE8515;
}
.TagClassName
{
border-color: #DE8515;
}
</style>