Shades of California #DD8D39
Tints of California #DD8D39
RGB
CMYK
RGB Variations
Color information
#DD8D39 (or 0xDD8D39) is known color: California. HEX triplet: DD, 8D and 39. RGB value is (221,141,57). Sum of RGB (Red+Green+Blue) = 221+141+57=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 57 (22.66% from 255 or 13.60% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8D39 is #2272C6. Grayscale: #9B9B9B. Windows color (decimal): -2257607 or 3771869. OLE color: 3771869.
HSL color Cylindrical-coordinate representation of color #DD8D39: hue angle of 30.73º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD8D39 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 141 | 57 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.13 |
| HSL | 30.73º | 0.71% | 0.55% | - |
| HSV(B) | 30.73º | 0.74% | 0.87% | - |
| XYZ | 40.08 | 34.72 | 8.46 | - |
| YUV | 155.34 | 72.5 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 57 | 0 | 0.36 | 0.74 | 0.13 | 30.73 | 0.71 | 0.55 |
| Hex | DD | 8D | 39 | 0 | 24 | 4A | D | 1F | 47 | 37 |
| Octal | 335 | 215 | 71 | 0 | 44 | 112 | 15 | 37 | 107 | 67 |
| Binary | 11011101 | 10001101 | 111001 | 0 | 100100 | 1001010 | 1101 | 11111 | 1000111 | 110111 |
Color Harmonies of #DD8D39
Complementary color
Monochromatic Colors of #DD8D39
Black with #DD8D39
Text Example
Text Example
White with #DD8D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8D39; }
p { color: rgb(221,141,57); }
H1.HeaderClassName
{
color: #DD8D39;
}
.AnyTagClassName
{
color: #DD8D39;
}
</style>
background-color css
<style>
a { background-color: #DD8D39; }
a { background-color: rgb(221,141,57); }
div.DivClassName
{
background-color: #DD8D39;
}
.BgClassName
{
background-color: #DD8D39;
}
</style>
border-color css
<style>
span { border-color: #DD8D39; }
span { border-color: rgb(221,141,57); }
td.TdClassName
{
border-color: #DD8D39;
}
.TagClassName
{
border-color: #DD8D39;
}
</style>