Shades of California #DE8E37
Tints of California #DE8E37
RGB
CMYK
RGB Variations
Color information
#DE8E37 (or 0xDE8E37) is known color: California. HEX triplet: DE, 8E and 37. RGB value is (222,142,55). Sum of RGB (Red+Green+Blue) = 222+142+55=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 55 (21.88% from 255 or 13.13% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8E37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8E37 is #2171C8. Grayscale: #9C9C9C. Windows color (decimal): -2191817 or 3641054. OLE color: 3641054.
HSL color Cylindrical-coordinate representation of color #DE8E37: hue angle of 31.26º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DE8E37 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 142 | 55 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.13 |
| HSL | 31.26º | 0.72% | 0.54% | - |
| HSV(B) | 31.26º | 0.75% | 0.87% | - |
| XYZ | 40.49 | 35.15 | 8.27 | - |
| YUV | 156 | 71 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 142 | 55 | 0 | 0.36 | 0.75 | 0.13 | 31.26 | 0.72 | 0.54 |
| Hex | DE | 8E | 37 | 0 | 24 | 4B | D | 1F | 48 | 36 |
| Octal | 336 | 216 | 67 | 0 | 44 | 113 | 15 | 37 | 110 | 66 |
| Binary | 11011110 | 10001110 | 110111 | 0 | 100100 | 1001011 | 1101 | 11111 | 1001000 | 110110 |
Color Harmonies of #DE8E37
Complementary color
Monochromatic Colors of #DE8E37
Black with #DE8E37
Text Example
Text Example
White with #DE8E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8E37; }
p { color: rgb(222,142,55); }
H1.HeaderClassName
{
color: #DE8E37;
}
.AnyTagClassName
{
color: #DE8E37;
}
</style>
background-color css
<style>
a { background-color: #DE8E37; }
a { background-color: rgb(222,142,55); }
div.DivClassName
{
background-color: #DE8E37;
}
.BgClassName
{
background-color: #DE8E37;
}
</style>
border-color css
<style>
span { border-color: #DE8E37; }
span { border-color: rgb(222,142,55); }
td.TdClassName
{
border-color: #DE8E37;
}
.TagClassName
{
border-color: #DE8E37;
}
</style>