Shades of Equator #D5B067
Tints of Equator #D5B067
RGB
CMYK
RGB Variations
Color information
#D5B067 (or 0xD5B067) is known color: Equator. HEX triplet: D5, B0 and 67. RGB value is (213,176,103). Sum of RGB (Red+Green+Blue) = 213+176+103=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 103 (40.62% from 255 or 20.93% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B067 is #2A4F98. Grayscale: #B3B3B3. Windows color (decimal): -2772889 or 6795477. OLE color: 6795477.
HSL color Cylindrical-coordinate representation of color #D5B067: 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.52%. Process color model (Four color, CMYK) of #D5B067 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 176 | 103 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.16 |
| HSL | 39.82º | 0.57% | 0.62% | - |
| HSV(B) | 39.82º | 0.52% | 0.84% | - |
| XYZ | 45.41 | 46.18 | 19.35 | - |
| YUV | 178.74 | 85.26 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 176 | 103 | 0 | 0.17 | 0.52 | 0.16 | 39.82 | 0.57 | 0.62 |
| Hex | D5 | B0 | 67 | 0 | 11 | 34 | 10 | 28 | 39 | 3E |
| Octal | 325 | 260 | 147 | 0 | 21 | 64 | 20 | 50 | 71 | 76 |
| Binary | 11010101 | 10110000 | 1100111 | 0 | 10001 | 110100 | 10000 | 101000 | 111001 | 111110 |
Color Harmonies of #D5B067
Complementary color
Monochromatic Colors of #D5B067
Black with #D5B067
Text Example
Text Example
White with #D5B067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B067; }
p { color: rgb(213,176,103); }
H1.HeaderClassName
{
color: #D5B067;
}
.AnyTagClassName
{
color: #D5B067;
}
</style>
background-color css
<style>
a { background-color: #D5B067; }
a { background-color: rgb(213,176,103); }
div.DivClassName
{
background-color: #D5B067;
}
.BgClassName
{
background-color: #D5B067;
}
</style>
border-color css
<style>
span { border-color: #D5B067; }
span { border-color: rgb(213,176,103); }
td.TdClassName
{
border-color: #D5B067;
}
.TagClassName
{
border-color: #D5B067;
}
</style>