Shades of Carrot Orange #DE841B
Tints of Carrot Orange #DE841B
RGB
CMYK
RGB Variations
Color information
#DE841B (or 0xDE841B) is known color: Carrot Orange. HEX triplet: DE, 84 and 1B. RGB value is (222,132,27). Sum of RGB (Red+Green+Blue) = 222+132+27=381 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.27% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 222 - color contains mainly: red. Hex color #DE841B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE841B is #217BE4. Grayscale: #939393. Windows color (decimal): -2194405 or 1803486. OLE color: 1803486.
HSL color Cylindrical-coordinate representation of color #DE841B: hue angle of 32.31º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE841B is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 132 | 27 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.13 |
| HSL | 32.31º | 0.78% | 0.49% | - |
| HSV(B) | 32.31º | 0.88% | 0.87% | - |
| XYZ | 38.57 | 32.11 | 5.2 | - |
| YUV | 146.94 | 60.32 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 132 | 27 | 0 | 0.41 | 0.88 | 0.13 | 32.31 | 0.78 | 0.49 |
| Hex | DE | 84 | 1B | 0 | 29 | 58 | D | 20 | 4E | 31 |
| Octal | 336 | 204 | 33 | 0 | 51 | 130 | 15 | 40 | 116 | 61 |
| Binary | 11011110 | 10000100 | 11011 | 0 | 101001 | 1011000 | 1101 | 100000 | 1001110 | 110001 |
Color Harmonies of #DE841B
Complementary color
Monochromatic Colors of #DE841B
Black with #DE841B
Text Example
Text Example
White with #DE841B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE841B; }
p { color: rgb(222,132,27); }
H1.HeaderClassName
{
color: #DE841B;
}
.AnyTagClassName
{
color: #DE841B;
}
</style>
background-color css
<style>
a { background-color: #DE841B; }
a { background-color: rgb(222,132,27); }
div.DivClassName
{
background-color: #DE841B;
}
.BgClassName
{
background-color: #DE841B;
}
</style>
border-color css
<style>
span { border-color: #DE841B; }
span { border-color: rgb(222,132,27); }
td.TdClassName
{
border-color: #DE841B;
}
.TagClassName
{
border-color: #DE841B;
}
</style>