Shades of California #DF8A32
Tints of California #DF8A32
RGB
CMYK
RGB Variations
Color information
#DF8A32 (or 0xDF8A32) is known color: California. HEX triplet: DF, 8A and 32. RGB value is (223,138,50). Sum of RGB (Red+Green+Blue) = 223+138+50=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 50 (19.92% from 255 or 12.17% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8A32 is #2075CD. Grayscale: #999999. Windows color (decimal): -2127310 or 3312351. OLE color: 3312351.
HSL color Cylindrical-coordinate representation of color #DF8A32: hue angle of 30.52º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF8A32 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 50 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.13 |
| HSL | 30.52º | 0.73% | 0.54% | - |
| HSV(B) | 30.52º | 0.78% | 0.87% | - |
| XYZ | 40.1 | 34.1 | 7.49 | - |
| YUV | 153.38 | 69.66 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 50 | 0 | 0.38 | 0.78 | 0.13 | 30.52 | 0.73 | 0.54 |
| Hex | DF | 8A | 32 | 0 | 26 | 4E | D | 1F | 49 | 36 |
| Octal | 337 | 212 | 62 | 0 | 46 | 116 | 15 | 37 | 111 | 66 |
| Binary | 11011111 | 10001010 | 110010 | 0 | 100110 | 1001110 | 1101 | 11111 | 1001001 | 110110 |
Color Harmonies of #DF8A32
Complementary color
Monochromatic Colors of #DF8A32
Black with #DF8A32
Text Example
Text Example
White with #DF8A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8A32; }
p { color: rgb(223,138,50); }
H1.HeaderClassName
{
color: #DF8A32;
}
.AnyTagClassName
{
color: #DF8A32;
}
</style>
background-color css
<style>
a { background-color: #DF8A32; }
a { background-color: rgb(223,138,50); }
div.DivClassName
{
background-color: #DF8A32;
}
.BgClassName
{
background-color: #DF8A32;
}
</style>
border-color css
<style>
span { border-color: #DF8A32; }
span { border-color: rgb(223,138,50); }
td.TdClassName
{
border-color: #DF8A32;
}
.TagClassName
{
border-color: #DF8A32;
}
</style>