Shades of California #DF8B41
Tints of California #DF8B41
RGB
CMYK
RGB Variations
Color information
#DF8B41 (or 0xDF8B41) is known color: California. HEX triplet: DF, 8B and 41. RGB value is (223,139,65). Sum of RGB (Red+Green+Blue) = 223+139+65=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 65 (25.78% from 255 or 15.22% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8B41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8B41 is #2074BE. Grayscale: #9C9C9C. Windows color (decimal): -2127039 or 4295647. OLE color: 4295647.
HSL color Cylindrical-coordinate representation of color #DF8B41: hue angle of 28.1º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF8B41 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 139 | 65 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.13 |
| HSL | 28.1º | 0.71% | 0.56% | - |
| HSV(B) | 28.1º | 0.71% | 0.87% | - |
| XYZ | 40.62 | 34.53 | 9.53 | - |
| YUV | 155.68 | 76.83 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 65 | 0 | 0.38 | 0.71 | 0.13 | 28.1 | 0.71 | 0.56 |
| Hex | DF | 8B | 41 | 0 | 26 | 47 | D | 1C | 47 | 38 |
| Octal | 337 | 213 | 101 | 0 | 46 | 107 | 15 | 34 | 107 | 70 |
| Binary | 11011111 | 10001011 | 1000001 | 0 | 100110 | 1000111 | 1101 | 11100 | 1000111 | 111000 |
Color Harmonies of #DF8B41
Complementary color
Monochromatic Colors of #DF8B41
Black with #DF8B41
Text Example
Text Example
White with #DF8B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8B41; }
p { color: rgb(223,139,65); }
H1.HeaderClassName
{
color: #DF8B41;
}
.AnyTagClassName
{
color: #DF8B41;
}
</style>
background-color css
<style>
a { background-color: #DF8B41; }
a { background-color: rgb(223,139,65); }
div.DivClassName
{
background-color: #DF8B41;
}
.BgClassName
{
background-color: #DF8B41;
}
</style>
border-color css
<style>
span { border-color: #DF8B41; }
span { border-color: rgb(223,139,65); }
td.TdClassName
{
border-color: #DF8B41;
}
.TagClassName
{
border-color: #DF8B41;
}
</style>