Shades of Equator #D5B366
Tints of Equator #D5B366
RGB
CMYK
RGB Variations
Color information
#D5B366 (or 0xD5B366) is known color: Equator. HEX triplet: D5, B3 and 66. RGB value is (213,179,102). Sum of RGB (Red+Green+Blue) = 213+179+102=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 102 (40.23% from 255 or 20.65% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B366 is #2A4C99. Grayscale: #B4B4B4. Windows color (decimal): -2772122 or 6730709. OLE color: 6730709.
HSL color Cylindrical-coordinate representation of color #D5B366: hue angle of 41.62º 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 #D5B366 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 179 | 102 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.16 |
| HSL | 41.62º | 0.57% | 0.62% | - |
| HSV(B) | 41.62º | 0.52% | 0.84% | - |
| XYZ | 45.96 | 47.35 | 19.29 | - |
| YUV | 180.39 | 83.76 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 179 | 102 | 0 | 0.16 | 0.52 | 0.16 | 41.62 | 0.57 | 0.62 |
| Hex | D5 | B3 | 66 | 0 | 10 | 34 | 10 | 2A | 39 | 3E |
| Octal | 325 | 263 | 146 | 0 | 20 | 64 | 20 | 52 | 71 | 76 |
| Binary | 11010101 | 10110011 | 1100110 | 0 | 10000 | 110100 | 10000 | 101010 | 111001 | 111110 |
Color Harmonies of #D5B366
Complementary color
Monochromatic Colors of #D5B366
Black with #D5B366
Text Example
Text Example
White with #D5B366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B366; }
p { color: rgb(213,179,102); }
H1.HeaderClassName
{
color: #D5B366;
}
.AnyTagClassName
{
color: #D5B366;
}
</style>
background-color css
<style>
a { background-color: #D5B366; }
a { background-color: rgb(213,179,102); }
div.DivClassName
{
background-color: #D5B366;
}
.BgClassName
{
background-color: #D5B366;
}
</style>
border-color css
<style>
span { border-color: #D5B366; }
span { border-color: rgb(213,179,102); }
td.TdClassName
{
border-color: #D5B366;
}
.TagClassName
{
border-color: #D5B366;
}
</style>