Shades of Equator #D6B168
Tints of Equator #D6B168
RGB
CMYK
RGB Variations
Color information
#D6B168 (or 0xD6B168) is known color: Equator. HEX triplet: D6, B1 and 68. RGB value is (214,177,104). Sum of RGB (Red+Green+Blue) = 214+177+104=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B168 is #294E97. Grayscale: #B4B4B4. Windows color (decimal): -2707096 or 6861270. OLE color: 6861270.
HSL color Cylindrical-coordinate representation of color #D6B168: hue angle of 39.82º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6B168 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 177 | 104 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.16 |
| HSL | 39.82º | 0.57% | 0.62% | - |
| HSV(B) | 39.82º | 0.51% | 0.84% | - |
| XYZ | 45.95 | 46.74 | 19.7 | - |
| YUV | 179.74 | 85.26 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 177 | 104 | 0 | 0.17 | 0.51 | 0.16 | 39.82 | 0.57 | 0.62 |
| Hex | D6 | B1 | 68 | 0 | 11 | 33 | 10 | 28 | 39 | 3E |
| Octal | 326 | 261 | 150 | 0 | 21 | 63 | 20 | 50 | 71 | 76 |
| Binary | 11010110 | 10110001 | 1101000 | 0 | 10001 | 110011 | 10000 | 101000 | 111001 | 111110 |
Color Harmonies of #D6B168
Complementary color
Monochromatic Colors of #D6B168
Black with #D6B168
Text Example
Text Example
White with #D6B168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B168; }
p { color: rgb(214,177,104); }
H1.HeaderClassName
{
color: #D6B168;
}
.AnyTagClassName
{
color: #D6B168;
}
</style>
background-color css
<style>
a { background-color: #D6B168; }
a { background-color: rgb(214,177,104); }
div.DivClassName
{
background-color: #D6B168;
}
.BgClassName
{
background-color: #D6B168;
}
</style>
border-color css
<style>
span { border-color: #D6B168; }
span { border-color: rgb(214,177,104); }
td.TdClassName
{
border-color: #D6B168;
}
.TagClassName
{
border-color: #D6B168;
}
</style>