Shades of California #DD8D3A
Tints of California #DD8D3A
RGB
CMYK
RGB Variations
Color information
#DD8D3A (or 0xDD8D3A) is known color: California. HEX triplet: DD, 8D and 3A. RGB value is (221,141,58). Sum of RGB (Red+Green+Blue) = 221+141+58=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 58 (23.05% from 255 or 13.81% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8D3A is #2272C5. Grayscale: #9B9B9B. Windows color (decimal): -2257606 or 3837405. OLE color: 3837405.
HSL color Cylindrical-coordinate representation of color #DD8D3A: hue angle of 30.55º 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 #DD8D3A is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 141 | 58 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.13 |
| HSL | 30.55º | 0.71% | 0.55% | - |
| HSV(B) | 30.55º | 0.74% | 0.87% | - |
| XYZ | 40.11 | 34.73 | 8.59 | - |
| YUV | 155.46 | 73 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 58 | 0 | 0.36 | 0.74 | 0.13 | 30.55 | 0.71 | 0.55 |
| Hex | DD | 8D | 3A | 0 | 24 | 4A | D | 1F | 47 | 37 |
| Octal | 335 | 215 | 72 | 0 | 44 | 112 | 15 | 37 | 107 | 67 |
| Binary | 11011101 | 10001101 | 111010 | 0 | 100100 | 1001010 | 1101 | 11111 | 1000111 | 110111 |
Color Harmonies of #DD8D3A
Complementary color
Monochromatic Colors of #DD8D3A
Black with #DD8D3A
Text Example
Text Example
White with #DD8D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8D3A; }
p { color: rgb(221,141,58); }
H1.HeaderClassName
{
color: #DD8D3A;
}
.AnyTagClassName
{
color: #DD8D3A;
}
</style>
background-color css
<style>
a { background-color: #DD8D3A; }
a { background-color: rgb(221,141,58); }
div.DivClassName
{
background-color: #DD8D3A;
}
.BgClassName
{
background-color: #DD8D3A;
}
</style>
border-color css
<style>
span { border-color: #DD8D3A; }
span { border-color: rgb(221,141,58); }
td.TdClassName
{
border-color: #DD8D3A;
}
.TagClassName
{
border-color: #DD8D3A;
}
</style>