Shades of Equator #D7B667
Tints of Equator #D7B667
RGB
CMYK
RGB Variations
Color information
#D7B667 (or 0xD7B667) is known color: Equator. HEX triplet: D7, B6 and 67. RGB value is (215,182,103). Sum of RGB (Red+Green+Blue) = 215+182+103=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 103 (40.62% from 255 or 20.6% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B667 is #284998. Grayscale: #B7B7B7. Windows color (decimal): -2640281 or 6797015. OLE color: 6797015.
HSL color Cylindrical-coordinate representation of color #D7B667: hue angle of 42.32º 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 #D7B667 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 182 | 103 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.16 |
| HSL | 42.32º | 0.58% | 0.62% | - |
| HSV(B) | 42.32º | 0.52% | 0.84% | - |
| XYZ | 47.2 | 48.88 | 19.78 | - |
| YUV | 182.86 | 82.93 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 182 | 103 | 0 | 0.15 | 0.52 | 0.16 | 42.32 | 0.58 | 0.62 |
| Hex | D7 | B6 | 67 | 0 | F | 34 | 10 | 2A | 3A | 3E |
| Octal | 327 | 266 | 147 | 0 | 17 | 64 | 20 | 52 | 72 | 76 |
| Binary | 11010111 | 10110110 | 1100111 | 0 | 1111 | 110100 | 10000 | 101010 | 111010 | 111110 |
Color Harmonies of #D7B667
Complementary color
Monochromatic Colors of #D7B667
Black with #D7B667
Text Example
Text Example
White with #D7B667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B667; }
p { color: rgb(215,182,103); }
H1.HeaderClassName
{
color: #D7B667;
}
.AnyTagClassName
{
color: #D7B667;
}
</style>
background-color css
<style>
a { background-color: #D7B667; }
a { background-color: rgb(215,182,103); }
div.DivClassName
{
background-color: #D7B667;
}
.BgClassName
{
background-color: #D7B667;
}
</style>
border-color css
<style>
span { border-color: #D7B667; }
span { border-color: rgb(215,182,103); }
td.TdClassName
{
border-color: #D7B667;
}
.TagClassName
{
border-color: #D7B667;
}
</style>