Shades of California #DF8D3E
Tints of California #DF8D3E
RGB
CMYK
RGB Variations
Color information
#DF8D3E (or 0xDF8D3E) is known color: California. HEX triplet: DF, 8D and 3E. RGB value is (223,141,62). Sum of RGB (Red+Green+Blue) = 223+141+62=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 62 (24.61% from 255 or 14.55% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8D3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8D3E is #2072C1. Grayscale: #9C9C9C. Windows color (decimal): -2126530 or 4099551. OLE color: 4099551.
HSL color Cylindrical-coordinate representation of color #DF8D3E: hue angle of 29.44º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF8D3E is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 141 | 62 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.13 |
| HSL | 29.44º | 0.72% | 0.56% | - |
| HSV(B) | 29.44º | 0.72% | 0.87% | - |
| XYZ | 40.83 | 35.09 | 9.18 | - |
| YUV | 156.51 | 74.67 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 141 | 62 | 0 | 0.37 | 0.72 | 0.13 | 29.44 | 0.72 | 0.56 |
| Hex | DF | 8D | 3E | 0 | 25 | 48 | D | 1D | 48 | 38 |
| Octal | 337 | 215 | 76 | 0 | 45 | 110 | 15 | 35 | 110 | 70 |
| Binary | 11011111 | 10001101 | 111110 | 0 | 100101 | 1001000 | 1101 | 11101 | 1001000 | 111000 |
Color Harmonies of #DF8D3E
Complementary color
Monochromatic Colors of #DF8D3E
Black with #DF8D3E
Text Example
Text Example
White with #DF8D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8D3E; }
p { color: rgb(223,141,62); }
H1.HeaderClassName
{
color: #DF8D3E;
}
.AnyTagClassName
{
color: #DF8D3E;
}
</style>
background-color css
<style>
a { background-color: #DF8D3E; }
a { background-color: rgb(223,141,62); }
div.DivClassName
{
background-color: #DF8D3E;
}
.BgClassName
{
background-color: #DF8D3E;
}
</style>
border-color css
<style>
span { border-color: #DF8D3E; }
span { border-color: rgb(223,141,62); }
td.TdClassName
{
border-color: #DF8D3E;
}
.TagClassName
{
border-color: #DF8D3E;
}
</style>