Shades of Equator #DDAB67
Tints of Equator #DDAB67
RGB
CMYK
RGB Variations
Color information
#DDAB67 (or 0xDDAB67) is known color: Equator. HEX triplet: DD, AB and 67. RGB value is (221,171,103). Sum of RGB (Red+Green+Blue) = 221+171+103=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 103 (40.62% from 255 or 20.81% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAB67 is #225498. Grayscale: #B2B2B2. Windows color (decimal): -2249881 or 6794205. OLE color: 6794205.
HSL color Cylindrical-coordinate representation of color #DDAB67: hue angle of 34.58º 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 #DDAB67 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 103 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.13 |
| HSL | 34.58º | 0.63% | 0.64% | - |
| HSV(B) | 34.58º | 0.53% | 0.87% | - |
| XYZ | 46.83 | 45.48 | 19.14 | - |
| YUV | 178.2 | 85.57 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 103 | 0 | 0.23 | 0.53 | 0.13 | 34.58 | 0.63 | 0.64 |
| Hex | DD | AB | 67 | 0 | 17 | 35 | D | 23 | 3F | 40 |
| Octal | 335 | 253 | 147 | 0 | 27 | 65 | 15 | 43 | 77 | 100 |
| Binary | 11011101 | 10101011 | 1100111 | 0 | 10111 | 110101 | 1101 | 100011 | 111111 | 1000000 |
Color Harmonies of #DDAB67
Complementary color
Monochromatic Colors of #DDAB67
Black with #DDAB67
Text Example
Text Example
White with #DDAB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB67; }
p { color: rgb(221,171,103); }
H1.HeaderClassName
{
color: #DDAB67;
}
.AnyTagClassName
{
color: #DDAB67;
}
</style>
background-color css
<style>
a { background-color: #DDAB67; }
a { background-color: rgb(221,171,103); }
div.DivClassName
{
background-color: #DDAB67;
}
.BgClassName
{
background-color: #DDAB67;
}
</style>
border-color css
<style>
span { border-color: #DDAB67; }
span { border-color: rgb(221,171,103); }
td.TdClassName
{
border-color: #DDAB67;
}
.TagClassName
{
border-color: #DDAB67;
}
</style>