Shades of Equator #D5B361
Tints of Equator #D5B361
RGB
CMYK
RGB Variations
Color information
#D5B361 (or 0xD5B361) is known color: Equator. HEX triplet: D5, B3 and 61. RGB value is (213,179,97). Sum of RGB (Red+Green+Blue) = 213+179+97=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 97 (38.28% from 255 or 19.84% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B361 is #2A4C9E. Grayscale: #B4B4B4. Windows color (decimal): -2772127 or 6403029. OLE color: 6403029.
HSL color Cylindrical-coordinate representation of color #D5B361: hue angle of 42.41º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5B361 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 179 | 97 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.16 |
| HSL | 42.41º | 0.58% | 0.61% | - |
| HSV(B) | 42.41º | 0.54% | 0.84% | - |
| XYZ | 45.72 | 47.25 | 18.02 | - |
| YUV | 179.82 | 81.26 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 179 | 97 | 0 | 0.16 | 0.54 | 0.16 | 42.41 | 0.58 | 0.61 |
| Hex | D5 | B3 | 61 | 0 | 10 | 36 | 10 | 2A | 3A | 3D |
| Octal | 325 | 263 | 141 | 0 | 20 | 66 | 20 | 52 | 72 | 75 |
| Binary | 11010101 | 10110011 | 1100001 | 0 | 10000 | 110110 | 10000 | 101010 | 111010 | 111101 |
Color Harmonies of #D5B361
Complementary color
Monochromatic Colors of #D5B361
Black with #D5B361
Text Example
Text Example
White with #D5B361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B361; }
p { color: rgb(213,179,97); }
H1.HeaderClassName
{
color: #D5B361;
}
.AnyTagClassName
{
color: #D5B361;
}
</style>
background-color css
<style>
a { background-color: #D5B361; }
a { background-color: rgb(213,179,97); }
div.DivClassName
{
background-color: #D5B361;
}
.BgClassName
{
background-color: #D5B361;
}
</style>
border-color css
<style>
span { border-color: #D5B361; }
span { border-color: rgb(213,179,97); }
td.TdClassName
{
border-color: #D5B361;
}
.TagClassName
{
border-color: #D5B361;
}
</style>