Shades of California #DD8A35
Tints of California #DD8A35
RGB
CMYK
RGB Variations
Color information
#DD8A35 (or 0xDD8A35) is known color: California. HEX triplet: DD, 8A and 35. RGB value is (221,138,53). Sum of RGB (Red+Green+Blue) = 221+138+53=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 53 (21.09% from 255 or 12.86% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8A35 is #2275CA. Grayscale: #999999. Windows color (decimal): -2258379 or 3508957. OLE color: 3508957.
HSL color Cylindrical-coordinate representation of color #DD8A35: hue angle of 30.36º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD8A35 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 53 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.13 |
| HSL | 30.36º | 0.71% | 0.54% | - |
| HSV(B) | 30.36º | 0.76% | 0.87% | - |
| XYZ | 39.55 | 33.81 | 7.81 | - |
| YUV | 153.13 | 71.5 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 53 | 0 | 0.38 | 0.76 | 0.13 | 30.36 | 0.71 | 0.54 |
| Hex | DD | 8A | 35 | 0 | 26 | 4C | D | 1E | 47 | 36 |
| Octal | 335 | 212 | 65 | 0 | 46 | 114 | 15 | 36 | 107 | 66 |
| Binary | 11011101 | 10001010 | 110101 | 0 | 100110 | 1001100 | 1101 | 11110 | 1000111 | 110110 |
Color Harmonies of #DD8A35
Complementary color
Monochromatic Colors of #DD8A35
Black with #DD8A35
Text Example
Text Example
White with #DD8A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8A35; }
p { color: rgb(221,138,53); }
H1.HeaderClassName
{
color: #DD8A35;
}
.AnyTagClassName
{
color: #DD8A35;
}
</style>
background-color css
<style>
a { background-color: #DD8A35; }
a { background-color: rgb(221,138,53); }
div.DivClassName
{
background-color: #DD8A35;
}
.BgClassName
{
background-color: #DD8A35;
}
</style>
border-color css
<style>
span { border-color: #DD8A35; }
span { border-color: rgb(221,138,53); }
td.TdClassName
{
border-color: #DD8A35;
}
.TagClassName
{
border-color: #DD8A35;
}
</style>