Shades of California #DD8C38
Tints of California #DD8C38
RGB
CMYK
RGB Variations
Color information
#DD8C38 (or 0xDD8C38) is known color: California. HEX triplet: DD, 8C and 38. RGB value is (221,140,56). Sum of RGB (Red+Green+Blue) = 221+140+56=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 56 (22.27% from 255 or 13.43% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8C38 is #2273C7. Grayscale: #9B9B9B. Windows color (decimal): -2257864 or 3706077. OLE color: 3706077.
HSL color Cylindrical-coordinate representation of color #DD8C38: hue angle of 30.55º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD8C38 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 140 | 56 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.13 |
| HSL | 30.55º | 0.71% | 0.54% | - |
| HSV(B) | 30.55º | 0.75% | 0.87% | - |
| XYZ | 39.91 | 34.41 | 8.28 | - |
| YUV | 154.64 | 72.34 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 56 | 0 | 0.37 | 0.75 | 0.13 | 30.55 | 0.71 | 0.54 |
| Hex | DD | 8C | 38 | 0 | 25 | 4B | D | 1F | 47 | 36 |
| Octal | 335 | 214 | 70 | 0 | 45 | 113 | 15 | 37 | 107 | 66 |
| Binary | 11011101 | 10001100 | 111000 | 0 | 100101 | 1001011 | 1101 | 11111 | 1000111 | 110110 |
Color Harmonies of #DD8C38
Complementary color
Monochromatic Colors of #DD8C38
Black with #DD8C38
Text Example
Text Example
White with #DD8C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8C38; }
p { color: rgb(221,140,56); }
H1.HeaderClassName
{
color: #DD8C38;
}
.AnyTagClassName
{
color: #DD8C38;
}
</style>
background-color css
<style>
a { background-color: #DD8C38; }
a { background-color: rgb(221,140,56); }
div.DivClassName
{
background-color: #DD8C38;
}
.BgClassName
{
background-color: #DD8C38;
}
</style>
border-color css
<style>
span { border-color: #DD8C38; }
span { border-color: rgb(221,140,56); }
td.TdClassName
{
border-color: #DD8C38;
}
.TagClassName
{
border-color: #DD8C38;
}
</style>