Shades of Equator #DDB96A
Tints of Equator #DDB96A
RGB
CMYK
RGB Variations
Color information
#DDB96A (or 0xDDB96A) is known color: Equator. HEX triplet: DD, B9 and 6A. RGB value is (221,185,106). Sum of RGB (Red+Green+Blue) = 221+185+106=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 106 (41.80% from 255 or 20.70% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB96A is #224695. Grayscale: #BBBBBB. Windows color (decimal): -2246294 or 6994397. OLE color: 6994397.
HSL color Cylindrical-coordinate representation of color #DDB96A: hue angle of 41.22º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDB96A is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 106 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.13 |
| HSL | 41.22º | 0.63% | 0.64% | - |
| HSV(B) | 41.22º | 0.52% | 0.87% | - |
| XYZ | 49.77 | 51.11 | 20.88 | - |
| YUV | 186.76 | 82.43 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 106 | 0 | 0.16 | 0.52 | 0.13 | 41.22 | 0.63 | 0.64 |
| Hex | DD | B9 | 6A | 0 | 10 | 34 | D | 29 | 3F | 40 |
| Octal | 335 | 271 | 152 | 0 | 20 | 64 | 15 | 51 | 77 | 100 |
| Binary | 11011101 | 10111001 | 1101010 | 0 | 10000 | 110100 | 1101 | 101001 | 111111 | 1000000 |
Color Harmonies of #DDB96A
Complementary color
Monochromatic Colors of #DDB96A
Black with #DDB96A
Text Example
Text Example
White with #DDB96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB96A; }
p { color: rgb(221,185,106); }
H1.HeaderClassName
{
color: #DDB96A;
}
.AnyTagClassName
{
color: #DDB96A;
}
</style>
background-color css
<style>
a { background-color: #DDB96A; }
a { background-color: rgb(221,185,106); }
div.DivClassName
{
background-color: #DDB96A;
}
.BgClassName
{
background-color: #DDB96A;
}
</style>
border-color css
<style>
span { border-color: #DDB96A; }
span { border-color: rgb(221,185,106); }
td.TdClassName
{
border-color: #DDB96A;
}
.TagClassName
{
border-color: #DDB96A;
}
</style>