Shades of Equator #D3AE67
Tints of Equator #D3AE67
RGB
CMYK
RGB Variations
Color information
#D3AE67 (or 0xD3AE67) is known color: Equator. HEX triplet: D3, AE and 67. RGB value is (211,174,103). Sum of RGB (Red+Green+Blue) = 211+174+103=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AE67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AE67 is #2C5198. Grayscale: #B1B1B1. Windows color (decimal): -2904473 or 6794963. OLE color: 6794963.
HSL color Cylindrical-coordinate representation of color #D3AE67: hue angle of 39.44º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D3AE67 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 174 | 103 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.17 |
| HSL | 39.44º | 0.55% | 0.62% | - |
| HSV(B) | 39.44º | 0.51% | 0.83% | - |
| XYZ | 44.45 | 45.1 | 19.19 | - |
| YUV | 176.97 | 86.26 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 174 | 103 | 0 | 0.18 | 0.51 | 0.17 | 39.44 | 0.55 | 0.62 |
| Hex | D3 | AE | 67 | 0 | 12 | 33 | 11 | 27 | 37 | 3E |
| Octal | 323 | 256 | 147 | 0 | 22 | 63 | 21 | 47 | 67 | 76 |
| Binary | 11010011 | 10101110 | 1100111 | 0 | 10010 | 110011 | 10001 | 100111 | 110111 | 111110 |
Color Harmonies of #D3AE67
Complementary color
Monochromatic Colors of #D3AE67
Black with #D3AE67
Text Example
Text Example
White with #D3AE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AE67; }
p { color: rgb(211,174,103); }
H1.HeaderClassName
{
color: #D3AE67;
}
.AnyTagClassName
{
color: #D3AE67;
}
</style>
background-color css
<style>
a { background-color: #D3AE67; }
a { background-color: rgb(211,174,103); }
div.DivClassName
{
background-color: #D3AE67;
}
.BgClassName
{
background-color: #D3AE67;
}
</style>
border-color css
<style>
span { border-color: #D3AE67; }
span { border-color: rgb(211,174,103); }
td.TdClassName
{
border-color: #D3AE67;
}
.TagClassName
{
border-color: #D3AE67;
}
</style>