Shades of Equator #D8B465
Tints of Equator #D8B465
RGB
CMYK
RGB Variations
Color information
#D8B465 (or 0xD8B465) is known color: Equator. HEX triplet: D8, B4 and 65. RGB value is (216,180,101). Sum of RGB (Red+Green+Blue) = 216+180+101=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B465 is #274B9A. Grayscale: #B6B6B6. Windows color (decimal): -2575259 or 6665432. OLE color: 6665432.
HSL color Cylindrical-coordinate representation of color #D8B465: hue angle of 41.22º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D8B465 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 180 | 101 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.15 |
| HSL | 41.22º | 0.6% | 0.62% | - |
| HSV(B) | 41.22º | 0.53% | 0.85% | - |
| XYZ | 46.99 | 48.18 | 19.14 | - |
| YUV | 181.76 | 82.43 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 180 | 101 | 0 | 0.17 | 0.53 | 0.15 | 41.22 | 0.6 | 0.62 |
| Hex | D8 | B4 | 65 | 0 | 11 | 35 | F | 29 | 3C | 3E |
| Octal | 330 | 264 | 145 | 0 | 21 | 65 | 17 | 51 | 74 | 76 |
| Binary | 11011000 | 10110100 | 1100101 | 0 | 10001 | 110101 | 1111 | 101001 | 111100 | 111110 |
Color Harmonies of #D8B465
Complementary color
Monochromatic Colors of #D8B465
Black with #D8B465
Text Example
Text Example
White with #D8B465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B465; }
p { color: rgb(216,180,101); }
H1.HeaderClassName
{
color: #D8B465;
}
.AnyTagClassName
{
color: #D8B465;
}
</style>
background-color css
<style>
a { background-color: #D8B465; }
a { background-color: rgb(216,180,101); }
div.DivClassName
{
background-color: #D8B465;
}
.BgClassName
{
background-color: #D8B465;
}
</style>
border-color css
<style>
span { border-color: #D8B465; }
span { border-color: rgb(216,180,101); }
td.TdClassName
{
border-color: #D8B465;
}
.TagClassName
{
border-color: #D8B465;
}
</style>