Shades of California #DF9035
Tints of California #DF9035
RGB
CMYK
RGB Variations
Color information
#DF9035 (or 0xDF9035) is known color: California. HEX triplet: DF, 90 and 35. RGB value is (223,144,53). Sum of RGB (Red+Green+Blue) = 223+144+53=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 53 (21.09% from 255 or 12.62% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9035 is #206FCA. Grayscale: #9D9D9D. Windows color (decimal): -2125771 or 3510495. OLE color: 3510495.
HSL color Cylindrical-coordinate representation of color #DF9035: hue angle of 32.12º 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 #DF9035 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 53 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.13 |
| HSL | 32.12º | 0.73% | 0.54% | - |
| HSV(B) | 32.12º | 0.76% | 0.87% | - |
| XYZ | 41.05 | 35.89 | 8.13 | - |
| YUV | 157.25 | 69.17 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 53 | 0 | 0.35 | 0.76 | 0.13 | 32.12 | 0.73 | 0.54 |
| Hex | DF | 90 | 35 | 0 | 23 | 4C | D | 20 | 49 | 36 |
| Octal | 337 | 220 | 65 | 0 | 43 | 114 | 15 | 40 | 111 | 66 |
| Binary | 11011111 | 10010000 | 110101 | 0 | 100011 | 1001100 | 1101 | 100000 | 1001001 | 110110 |
Color Harmonies of #DF9035
Complementary color
Monochromatic Colors of #DF9035
Black with #DF9035
Text Example
Text Example
White with #DF9035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9035; }
p { color: rgb(223,144,53); }
H1.HeaderClassName
{
color: #DF9035;
}
.AnyTagClassName
{
color: #DF9035;
}
</style>
background-color css
<style>
a { background-color: #DF9035; }
a { background-color: rgb(223,144,53); }
div.DivClassName
{
background-color: #DF9035;
}
.BgClassName
{
background-color: #DF9035;
}
</style>
border-color css
<style>
span { border-color: #DF9035; }
span { border-color: rgb(223,144,53); }
td.TdClassName
{
border-color: #DF9035;
}
.TagClassName
{
border-color: #DF9035;
}
</style>