Shades of Equator #D5B068
Tints of Equator #D5B068
RGB
CMYK
RGB Variations
Color information
#D5B068 (or 0xD5B068) is known color: Equator. HEX triplet: D5, B0 and 68. RGB value is (213,176,104). Sum of RGB (Red+Green+Blue) = 213+176+104=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B068 is #2A4F97. Grayscale: #B3B3B3. Windows color (decimal): -2772888 or 6861013. OLE color: 6861013.
HSL color Cylindrical-coordinate representation of color #D5B068: hue angle of 39.63º degrees, saturation: 0.56, 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 #D5B068 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 176 | 104 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.16 |
| HSL | 39.63º | 0.56% | 0.62% | - |
| HSV(B) | 39.63º | 0.51% | 0.84% | - |
| XYZ | 45.46 | 46.2 | 19.62 | - |
| YUV | 178.86 | 85.76 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 176 | 104 | 0 | 0.17 | 0.51 | 0.16 | 39.63 | 0.56 | 0.62 |
| Hex | D5 | B0 | 68 | 0 | 11 | 33 | 10 | 28 | 38 | 3E |
| Octal | 325 | 260 | 150 | 0 | 21 | 63 | 20 | 50 | 70 | 76 |
| Binary | 11010101 | 10110000 | 1101000 | 0 | 10001 | 110011 | 10000 | 101000 | 111000 | 111110 |
Color Harmonies of #D5B068
Complementary color
Monochromatic Colors of #D5B068
Black with #D5B068
Text Example
Text Example
White with #D5B068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B068; }
p { color: rgb(213,176,104); }
H1.HeaderClassName
{
color: #D5B068;
}
.AnyTagClassName
{
color: #D5B068;
}
</style>
background-color css
<style>
a { background-color: #D5B068; }
a { background-color: rgb(213,176,104); }
div.DivClassName
{
background-color: #D5B068;
}
.BgClassName
{
background-color: #D5B068;
}
</style>
border-color css
<style>
span { border-color: #D5B068; }
span { border-color: rgb(213,176,104); }
td.TdClassName
{
border-color: #D5B068;
}
.TagClassName
{
border-color: #D5B068;
}
</style>