Shades of Equator #D7AF67
Tints of Equator #D7AF67
RGB
CMYK
RGB Variations
Color information
#D7AF67 (or 0xD7AF67) is known color: Equator. HEX triplet: D7, AF and 67. RGB value is (215,175,103). Sum of RGB (Red+Green+Blue) = 215+175+103=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 103 (40.62% from 255 or 20.89% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AF67 is #285098. Grayscale: #B3B3B3. Windows color (decimal): -2642073 or 6795223. OLE color: 6795223.
HSL color Cylindrical-coordinate representation of color #D7AF67: hue angle of 38.57º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D7AF67 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 175 | 103 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.16 |
| HSL | 38.57º | 0.58% | 0.62% | - |
| HSV(B) | 38.57º | 0.52% | 0.84% | - |
| XYZ | 45.8 | 46.09 | 19.31 | - |
| YUV | 178.75 | 85.25 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 175 | 103 | 0 | 0.19 | 0.52 | 0.16 | 38.57 | 0.58 | 0.62 |
| Hex | D7 | AF | 67 | 0 | 13 | 34 | 10 | 27 | 3A | 3E |
| Octal | 327 | 257 | 147 | 0 | 23 | 64 | 20 | 47 | 72 | 76 |
| Binary | 11010111 | 10101111 | 1100111 | 0 | 10011 | 110100 | 10000 | 100111 | 111010 | 111110 |
Color Harmonies of #D7AF67
Complementary color
Monochromatic Colors of #D7AF67
Black with #D7AF67
Text Example
Text Example
White with #D7AF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AF67; }
p { color: rgb(215,175,103); }
H1.HeaderClassName
{
color: #D7AF67;
}
.AnyTagClassName
{
color: #D7AF67;
}
</style>
background-color css
<style>
a { background-color: #D7AF67; }
a { background-color: rgb(215,175,103); }
div.DivClassName
{
background-color: #D7AF67;
}
.BgClassName
{
background-color: #D7AF67;
}
</style>
border-color css
<style>
span { border-color: #D7AF67; }
span { border-color: rgb(215,175,103); }
td.TdClassName
{
border-color: #D7AF67;
}
.TagClassName
{
border-color: #D7AF67;
}
</style>