Shades of Equator #DDAB68
Tints of Equator #DDAB68
RGB
CMYK
RGB Variations
Color information
#DDAB68 (or 0xDDAB68) is known color: Equator. HEX triplet: DD, AB and 68. RGB value is (221,171,104). Sum of RGB (Red+Green+Blue) = 221+171+104=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 104 (41.02% from 255 or 20.97% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAB68 is #225497. Grayscale: #B2B2B2. Windows color (decimal): -2249880 or 6859741. OLE color: 6859741.
HSL color Cylindrical-coordinate representation of color #DDAB68: hue angle of 34.36º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDAB68 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 104 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.13 |
| HSL | 34.36º | 0.63% | 0.64% | - |
| HSV(B) | 34.36º | 0.53% | 0.87% | - |
| XYZ | 46.88 | 45.5 | 19.41 | - |
| YUV | 178.31 | 86.07 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 104 | 0 | 0.23 | 0.53 | 0.13 | 34.36 | 0.63 | 0.64 |
| Hex | DD | AB | 68 | 0 | 17 | 35 | D | 22 | 3F | 40 |
| Octal | 335 | 253 | 150 | 0 | 27 | 65 | 15 | 42 | 77 | 100 |
| Binary | 11011101 | 10101011 | 1101000 | 0 | 10111 | 110101 | 1101 | 100010 | 111111 | 1000000 |
Color Harmonies of #DDAB68
Complementary color
Monochromatic Colors of #DDAB68
Black with #DDAB68
Text Example
Text Example
White with #DDAB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB68; }
p { color: rgb(221,171,104); }
H1.HeaderClassName
{
color: #DDAB68;
}
.AnyTagClassName
{
color: #DDAB68;
}
</style>
background-color css
<style>
a { background-color: #DDAB68; }
a { background-color: rgb(221,171,104); }
div.DivClassName
{
background-color: #DDAB68;
}
.BgClassName
{
background-color: #DDAB68;
}
</style>
border-color css
<style>
span { border-color: #DDAB68; }
span { border-color: rgb(221,171,104); }
td.TdClassName
{
border-color: #DDAB68;
}
.TagClassName
{
border-color: #DDAB68;
}
</style>