Shades of Equator #DDAB6B
Tints of Equator #DDAB6B
RGB
CMYK
RGB Variations
Color information
#DDAB6B (or 0xDDAB6B) is known color: Equator. HEX triplet: DD, AB and 6B. RGB value is (221,171,107). Sum of RGB (Red+Green+Blue) = 221+171+107=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 107 (42.19% from 255 or 21.44% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAB6B is #225494. Grayscale: #B2B2B2. Windows color (decimal): -2249877 or 7056349. OLE color: 7056349.
HSL color Cylindrical-coordinate representation of color #DDAB6B: hue angle of 33.68º 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 #DDAB6B is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 107 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.13 |
| HSL | 33.68º | 0.63% | 0.64% | - |
| HSV(B) | 33.68º | 0.52% | 0.87% | - |
| XYZ | 47.04 | 45.56 | 20.22 | - |
| YUV | 178.65 | 87.57 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 107 | 0 | 0.23 | 0.52 | 0.13 | 33.68 | 0.63 | 0.64 |
| Hex | DD | AB | 6B | 0 | 17 | 34 | D | 22 | 3F | 40 |
| Octal | 335 | 253 | 153 | 0 | 27 | 64 | 15 | 42 | 77 | 100 |
| Binary | 11011101 | 10101011 | 1101011 | 0 | 10111 | 110100 | 1101 | 100010 | 111111 | 1000000 |
Color Harmonies of #DDAB6B
Complementary color
Monochromatic Colors of #DDAB6B
Black with #DDAB6B
Text Example
Text Example
White with #DDAB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB6B; }
p { color: rgb(221,171,107); }
H1.HeaderClassName
{
color: #DDAB6B;
}
.AnyTagClassName
{
color: #DDAB6B;
}
</style>
background-color css
<style>
a { background-color: #DDAB6B; }
a { background-color: rgb(221,171,107); }
div.DivClassName
{
background-color: #DDAB6B;
}
.BgClassName
{
background-color: #DDAB6B;
}
</style>
border-color css
<style>
span { border-color: #DDAB6B; }
span { border-color: rgb(221,171,107); }
td.TdClassName
{
border-color: #DDAB6B;
}
.TagClassName
{
border-color: #DDAB6B;
}
</style>