Shades of Carrot Orange #DE8213
Tints of Carrot Orange #DE8213
RGB
CMYK
RGB Variations
Color information
#DE8213 (or 0xDE8213) is known color: Carrot Orange. HEX triplet: DE, 82 and 13. RGB value is (222,130,19). Sum of RGB (Red+Green+Blue) = 222+130+19=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8213 is #217DEC. Grayscale: #919191. Windows color (decimal): -2194925 or 1278686. OLE color: 1278686.
HSL color Cylindrical-coordinate representation of color #DE8213: hue angle of 32.81º 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 #DE8213 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 130 | 19 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.13 |
| HSL | 32.81º | 0.84% | 0.47% | - |
| HSV(B) | 32.81º | 0.91% | 0.87% | - |
| XYZ | 38.22 | 31.54 | 4.69 | - |
| YUV | 144.85 | 56.98 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 130 | 19 | 0 | 0.41 | 0.91 | 0.13 | 32.81 | 0.84 | 0.47 |
| Hex | DE | 82 | 13 | 0 | 29 | 5B | D | 21 | 54 | 2F |
| Octal | 336 | 202 | 23 | 0 | 51 | 133 | 15 | 41 | 124 | 57 |
| Binary | 11011110 | 10000010 | 10011 | 0 | 101001 | 1011011 | 1101 | 100001 | 1010100 | 101111 |
Color Harmonies of #DE8213
Complementary color
Monochromatic Colors of #DE8213
Black with #DE8213
Text Example
Text Example
White with #DE8213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8213; }
p { color: rgb(222,130,19); }
H1.HeaderClassName
{
color: #DE8213;
}
.AnyTagClassName
{
color: #DE8213;
}
</style>
background-color css
<style>
a { background-color: #DE8213; }
a { background-color: rgb(222,130,19); }
div.DivClassName
{
background-color: #DE8213;
}
.BgClassName
{
background-color: #DE8213;
}
</style>
border-color css
<style>
span { border-color: #DE8213; }
span { border-color: rgb(222,130,19); }
td.TdClassName
{
border-color: #DE8213;
}
.TagClassName
{
border-color: #DE8213;
}
</style>