Shades of Equator #D6B669
Tints of Equator #D6B669
RGB
CMYK
RGB Variations
Color information
#D6B669 (or 0xD6B669) is known color: Equator. HEX triplet: D6, B6 and 69. RGB value is (214,182,105). Sum of RGB (Red+Green+Blue) = 214+182+105=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 105 (41.41% from 255 or 20.96% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B669 is #294996. Grayscale: #B7B7B7. Windows color (decimal): -2705815 or 6928086. OLE color: 6928086.
HSL color Cylindrical-coordinate representation of color #D6B669: hue angle of 42.39º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6B669 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 182 | 105 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.16 |
| HSL | 42.39º | 0.57% | 0.63% | - |
| HSV(B) | 42.39º | 0.51% | 0.84% | - |
| XYZ | 47.01 | 48.77 | 20.3 | - |
| YUV | 182.79 | 84.1 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 182 | 105 | 0 | 0.15 | 0.51 | 0.16 | 42.39 | 0.57 | 0.63 |
| Hex | D6 | B6 | 69 | 0 | F | 33 | 10 | 2A | 39 | 3F |
| Octal | 326 | 266 | 151 | 0 | 17 | 63 | 20 | 52 | 71 | 77 |
| Binary | 11010110 | 10110110 | 1101001 | 0 | 1111 | 110011 | 10000 | 101010 | 111001 | 111111 |
Color Harmonies of #D6B669
Complementary color
Monochromatic Colors of #D6B669
Black with #D6B669
Text Example
Text Example
White with #D6B669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B669; }
p { color: rgb(214,182,105); }
H1.HeaderClassName
{
color: #D6B669;
}
.AnyTagClassName
{
color: #D6B669;
}
</style>
background-color css
<style>
a { background-color: #D6B669; }
a { background-color: rgb(214,182,105); }
div.DivClassName
{
background-color: #D6B669;
}
.BgClassName
{
background-color: #D6B669;
}
</style>
border-color css
<style>
span { border-color: #D6B669; }
span { border-color: rgb(214,182,105); }
td.TdClassName
{
border-color: #D6B669;
}
.TagClassName
{
border-color: #D6B669;
}
</style>