Shades of Equator #D5B069
Tints of Equator #D5B069
RGB
CMYK
RGB Variations
Color information
#D5B069 (or 0xD5B069) is known color: Equator. HEX triplet: D5, B0 and 69. RGB value is (213,176,105). Sum of RGB (Red+Green+Blue) = 213+176+105=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 105 (41.41% from 255 or 21.26% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B069 is #2A4F96. Grayscale: #B3B3B3. Windows color (decimal): -2772887 or 6926549. OLE color: 6926549.
HSL color Cylindrical-coordinate representation of color #D5B069: hue angle of 39.44º 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 #D5B069 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 176 | 105 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.16 |
| HSL | 39.44º | 0.56% | 0.62% | - |
| HSV(B) | 39.44º | 0.51% | 0.84% | - |
| XYZ | 45.52 | 46.22 | 19.89 | - |
| YUV | 178.97 | 86.26 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 176 | 105 | 0 | 0.17 | 0.51 | 0.16 | 39.44 | 0.56 | 0.62 |
| Hex | D5 | B0 | 69 | 0 | 11 | 33 | 10 | 27 | 38 | 3E |
| Octal | 325 | 260 | 151 | 0 | 21 | 63 | 20 | 47 | 70 | 76 |
| Binary | 11010101 | 10110000 | 1101001 | 0 | 10001 | 110011 | 10000 | 100111 | 111000 | 111110 |
Color Harmonies of #D5B069
Complementary color
Monochromatic Colors of #D5B069
Black with #D5B069
Text Example
Text Example
White with #D5B069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B069; }
p { color: rgb(213,176,105); }
H1.HeaderClassName
{
color: #D5B069;
}
.AnyTagClassName
{
color: #D5B069;
}
</style>
background-color css
<style>
a { background-color: #D5B069; }
a { background-color: rgb(213,176,105); }
div.DivClassName
{
background-color: #D5B069;
}
.BgClassName
{
background-color: #D5B069;
}
</style>
border-color css
<style>
span { border-color: #D5B069; }
span { border-color: rgb(213,176,105); }
td.TdClassName
{
border-color: #D5B069;
}
.TagClassName
{
border-color: #D5B069;
}
</style>