Shades of California #DF8A3D
Tints of California #DF8A3D
RGB
CMYK
RGB Variations
Color information
#DF8A3D (or 0xDF8A3D) is known color: California. HEX triplet: DF, 8A and 3D. RGB value is (223,138,61). Sum of RGB (Red+Green+Blue) = 223+138+61=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 61 (24.22% from 255 or 14.45% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8A3D is #2075C2. Grayscale: #9B9B9B. Windows color (decimal): -2127299 or 4033247. OLE color: 4033247.
HSL color Cylindrical-coordinate representation of color #DF8A3D: hue angle of 28.52º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF8A3D is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 61 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.13 |
| HSL | 28.52º | 0.72% | 0.56% | - |
| HSV(B) | 28.52º | 0.73% | 0.87% | - |
| XYZ | 40.36 | 34.2 | 8.89 | - |
| YUV | 154.64 | 75.16 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 61 | 0 | 0.38 | 0.73 | 0.13 | 28.52 | 0.72 | 0.56 |
| Hex | DF | 8A | 3D | 0 | 26 | 49 | D | 1D | 48 | 38 |
| Octal | 337 | 212 | 75 | 0 | 46 | 111 | 15 | 35 | 110 | 70 |
| Binary | 11011111 | 10001010 | 111101 | 0 | 100110 | 1001001 | 1101 | 11101 | 1001000 | 111000 |
Color Harmonies of #DF8A3D
Complementary color
Monochromatic Colors of #DF8A3D
Black with #DF8A3D
Text Example
Text Example
White with #DF8A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8A3D; }
p { color: rgb(223,138,61); }
H1.HeaderClassName
{
color: #DF8A3D;
}
.AnyTagClassName
{
color: #DF8A3D;
}
</style>
background-color css
<style>
a { background-color: #DF8A3D; }
a { background-color: rgb(223,138,61); }
div.DivClassName
{
background-color: #DF8A3D;
}
.BgClassName
{
background-color: #DF8A3D;
}
</style>
border-color css
<style>
span { border-color: #DF8A3D; }
span { border-color: rgb(223,138,61); }
td.TdClassName
{
border-color: #DF8A3D;
}
.TagClassName
{
border-color: #DF8A3D;
}
</style>