Shades of California #DF8B3E
Tints of California #DF8B3E
RGB
CMYK
RGB Variations
Color information
#DF8B3E (or 0xDF8B3E) is known color: California. HEX triplet: DF, 8B and 3E. RGB value is (223,139,62). Sum of RGB (Red+Green+Blue) = 223+139+62=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 62 (24.61% from 255 or 14.62% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8B3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8B3E is #2074C1. Grayscale: #9B9B9B. Windows color (decimal): -2127042 or 4099039. OLE color: 4099039.
HSL color Cylindrical-coordinate representation of color #DF8B3E: hue angle of 28.7º 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 #DF8B3E is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 139 | 62 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.13 |
| HSL | 28.7º | 0.72% | 0.56% | - |
| HSV(B) | 28.7º | 0.72% | 0.87% | - |
| XYZ | 40.53 | 34.5 | 9.08 | - |
| YUV | 155.34 | 75.33 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 62 | 0 | 0.38 | 0.72 | 0.13 | 28.7 | 0.72 | 0.56 |
| Hex | DF | 8B | 3E | 0 | 26 | 48 | D | 1D | 48 | 38 |
| Octal | 337 | 213 | 76 | 0 | 46 | 110 | 15 | 35 | 110 | 70 |
| Binary | 11011111 | 10001011 | 111110 | 0 | 100110 | 1001000 | 1101 | 11101 | 1001000 | 111000 |
Color Harmonies of #DF8B3E
Complementary color
Monochromatic Colors of #DF8B3E
Black with #DF8B3E
Text Example
Text Example
White with #DF8B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8B3E; }
p { color: rgb(223,139,62); }
H1.HeaderClassName
{
color: #DF8B3E;
}
.AnyTagClassName
{
color: #DF8B3E;
}
</style>
background-color css
<style>
a { background-color: #DF8B3E; }
a { background-color: rgb(223,139,62); }
div.DivClassName
{
background-color: #DF8B3E;
}
.BgClassName
{
background-color: #DF8B3E;
}
</style>
border-color css
<style>
span { border-color: #DF8B3E; }
span { border-color: rgb(223,139,62); }
td.TdClassName
{
border-color: #DF8B3E;
}
.TagClassName
{
border-color: #DF8B3E;
}
</style>