Shades of Equator #DDAF67
Tints of Equator #DDAF67
RGB
CMYK
RGB Variations
Color information
#DDAF67 (or 0xDDAF67) is known color: Equator. HEX triplet: DD, AF and 67. RGB value is (221,175,103). Sum of RGB (Red+Green+Blue) = 221+175+103=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 103 (40.62% from 255 or 20.64% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAF67 is #225098. Grayscale: #B4B4B4. Windows color (decimal): -2248857 or 6795229. OLE color: 6795229.
HSL color Cylindrical-coordinate representation of color #DDAF67: hue angle of 36.61º 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 #DDAF67 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 103 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.13 |
| HSL | 36.61º | 0.63% | 0.64% | - |
| HSV(B) | 36.61º | 0.53% | 0.87% | - |
| XYZ | 47.6 | 47.01 | 19.4 | - |
| YUV | 180.55 | 84.24 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 103 | 0 | 0.21 | 0.53 | 0.13 | 36.61 | 0.63 | 0.64 |
| Hex | DD | AF | 67 | 0 | 15 | 35 | D | 25 | 3F | 40 |
| Octal | 335 | 257 | 147 | 0 | 25 | 65 | 15 | 45 | 77 | 100 |
| Binary | 11011101 | 10101111 | 1100111 | 0 | 10101 | 110101 | 1101 | 100101 | 111111 | 1000000 |
Color Harmonies of #DDAF67
Complementary color
Monochromatic Colors of #DDAF67
Black with #DDAF67
Text Example
Text Example
White with #DDAF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAF67; }
p { color: rgb(221,175,103); }
H1.HeaderClassName
{
color: #DDAF67;
}
.AnyTagClassName
{
color: #DDAF67;
}
</style>
background-color css
<style>
a { background-color: #DDAF67; }
a { background-color: rgb(221,175,103); }
div.DivClassName
{
background-color: #DDAF67;
}
.BgClassName
{
background-color: #DDAF67;
}
</style>
border-color css
<style>
span { border-color: #DDAF67; }
span { border-color: rgb(221,175,103); }
td.TdClassName
{
border-color: #DDAF67;
}
.TagClassName
{
border-color: #DDAF67;
}
</style>