Shades of California #DF9036
Tints of California #DF9036
RGB
CMYK
RGB Variations
Color information
#DF9036 (or 0xDF9036) is known color: California. HEX triplet: DF, 90 and 36. RGB value is (223,144,54). Sum of RGB (Red+Green+Blue) = 223+144+54=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 54 (21.48% from 255 or 12.83% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9036 is #206FC9. Grayscale: #9D9D9D. Windows color (decimal): -2125770 or 3576031. OLE color: 3576031.
HSL color Cylindrical-coordinate representation of color #DF9036: hue angle of 31.95º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF9036 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 54 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.13 |
| HSL | 31.95º | 0.73% | 0.54% | - |
| HSV(B) | 31.95º | 0.76% | 0.87% | - |
| XYZ | 41.07 | 35.9 | 8.25 | - |
| YUV | 157.36 | 69.67 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 54 | 0 | 0.35 | 0.76 | 0.13 | 31.95 | 0.73 | 0.54 |
| Hex | DF | 90 | 36 | 0 | 23 | 4C | D | 20 | 49 | 36 |
| Octal | 337 | 220 | 66 | 0 | 43 | 114 | 15 | 40 | 111 | 66 |
| Binary | 11011111 | 10010000 | 110110 | 0 | 100011 | 1001100 | 1101 | 100000 | 1001001 | 110110 |
Color Harmonies of #DF9036
Complementary color
Monochromatic Colors of #DF9036
Black with #DF9036
Text Example
Text Example
White with #DF9036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9036; }
p { color: rgb(223,144,54); }
H1.HeaderClassName
{
color: #DF9036;
}
.AnyTagClassName
{
color: #DF9036;
}
</style>
background-color css
<style>
a { background-color: #DF9036; }
a { background-color: rgb(223,144,54); }
div.DivClassName
{
background-color: #DF9036;
}
.BgClassName
{
background-color: #DF9036;
}
</style>
border-color css
<style>
span { border-color: #DF9036; }
span { border-color: rgb(223,144,54); }
td.TdClassName
{
border-color: #DF9036;
}
.TagClassName
{
border-color: #DF9036;
}
</style>