Shades of Equator #DDAF5C
Tints of Equator #DDAF5C
RGB
CMYK
RGB Variations
Color information
#DDAF5C (or 0xDDAF5C) is known color: Equator. HEX triplet: DD, AF and 5C. RGB value is (221,175,92). Sum of RGB (Red+Green+Blue) = 221+175+92=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAF5C is #2250A3. Grayscale: #B3B3B3. Windows color (decimal): -2248868 or 6074333. OLE color: 6074333.
HSL color Cylindrical-coordinate representation of color #DDAF5C: hue angle of 38.6º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDAF5C is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 92 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.13 |
| HSL | 38.6º | 0.65% | 0.61% | - |
| HSV(B) | 38.6º | 0.58% | 0.87% | - |
| XYZ | 47.08 | 46.8 | 16.68 | - |
| YUV | 179.29 | 78.74 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 92 | 0 | 0.21 | 0.58 | 0.13 | 38.6 | 0.65 | 0.61 |
| Hex | DD | AF | 5C | 0 | 15 | 3A | D | 27 | 41 | 3D |
| Octal | 335 | 257 | 134 | 0 | 25 | 72 | 15 | 47 | 101 | 75 |
| Binary | 11011101 | 10101111 | 1011100 | 0 | 10101 | 111010 | 1101 | 100111 | 1000001 | 111101 |
Color Harmonies of #DDAF5C
Complementary color
Monochromatic Colors of #DDAF5C
Black with #DDAF5C
Text Example
Text Example
White with #DDAF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAF5C; }
p { color: rgb(221,175,92); }
H1.HeaderClassName
{
color: #DDAF5C;
}
.AnyTagClassName
{
color: #DDAF5C;
}
</style>
background-color css
<style>
a { background-color: #DDAF5C; }
a { background-color: rgb(221,175,92); }
div.DivClassName
{
background-color: #DDAF5C;
}
.BgClassName
{
background-color: #DDAF5C;
}
</style>
border-color css
<style>
span { border-color: #DDAF5C; }
span { border-color: rgb(221,175,92); }
td.TdClassName
{
border-color: #DDAF5C;
}
.TagClassName
{
border-color: #DDAF5C;
}
</style>