Shades of California #DF9034
Tints of California #DF9034
RGB
CMYK
RGB Variations
Color information
#DF9034 (or 0xDF9034) is known color: California. HEX triplet: DF, 90 and 34. RGB value is (223,144,52). Sum of RGB (Red+Green+Blue) = 223+144+52=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9034 is #206FCB. Grayscale: #9D9D9D. Windows color (decimal): -2125772 or 3444959. OLE color: 3444959.
HSL color Cylindrical-coordinate representation of color #DF9034: hue angle of 32.28º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF9034 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 52 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.13 |
| HSL | 32.28º | 0.73% | 0.54% | - |
| HSV(B) | 32.28º | 0.77% | 0.87% | - |
| XYZ | 41.02 | 35.88 | 8.01 | - |
| YUV | 157.13 | 68.67 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 52 | 0 | 0.35 | 0.77 | 0.13 | 32.28 | 0.73 | 0.54 |
| Hex | DF | 90 | 34 | 0 | 23 | 4D | D | 20 | 49 | 36 |
| Octal | 337 | 220 | 64 | 0 | 43 | 115 | 15 | 40 | 111 | 66 |
| Binary | 11011111 | 10010000 | 110100 | 0 | 100011 | 1001101 | 1101 | 100000 | 1001001 | 110110 |
Color Harmonies of #DF9034
Complementary color
Monochromatic Colors of #DF9034
Black with #DF9034
Text Example
Text Example
White with #DF9034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9034; }
p { color: rgb(223,144,52); }
H1.HeaderClassName
{
color: #DF9034;
}
.AnyTagClassName
{
color: #DF9034;
}
</style>
background-color css
<style>
a { background-color: #DF9034; }
a { background-color: rgb(223,144,52); }
div.DivClassName
{
background-color: #DF9034;
}
.BgClassName
{
background-color: #DF9034;
}
</style>
border-color css
<style>
span { border-color: #DF9034; }
span { border-color: rgb(223,144,52); }
td.TdClassName
{
border-color: #DF9034;
}
.TagClassName
{
border-color: #DF9034;
}
</style>