Shades of Equator #D5B569
Tints of Equator #D5B569
RGB
CMYK
RGB Variations
Color information
#D5B569 (or 0xD5B569) is known color: Equator. HEX triplet: D5, B5 and 69. RGB value is (213,181,105). Sum of RGB (Red+Green+Blue) = 213+181+105=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 105 (41.41% from 255 or 21.04% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B569 is #2A4A96. Grayscale: #B6B6B6. Windows color (decimal): -2771607 or 6927829. OLE color: 6927829.
HSL color Cylindrical-coordinate representation of color #D5B569: hue angle of 42.22º 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 #D5B569 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 181 | 105 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.16 |
| HSL | 42.22º | 0.56% | 0.62% | - |
| HSV(B) | 42.22º | 0.51% | 0.84% | - |
| XYZ | 46.51 | 48.21 | 20.22 | - |
| YUV | 181.9 | 84.6 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 181 | 105 | 0 | 0.15 | 0.51 | 0.16 | 42.22 | 0.56 | 0.62 |
| Hex | D5 | B5 | 69 | 0 | F | 33 | 10 | 2A | 38 | 3E |
| Octal | 325 | 265 | 151 | 0 | 17 | 63 | 20 | 52 | 70 | 76 |
| Binary | 11010101 | 10110101 | 1101001 | 0 | 1111 | 110011 | 10000 | 101010 | 111000 | 111110 |
Color Harmonies of #D5B569
Complementary color
Monochromatic Colors of #D5B569
Black with #D5B569
Text Example
Text Example
White with #D5B569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B569; }
p { color: rgb(213,181,105); }
H1.HeaderClassName
{
color: #D5B569;
}
.AnyTagClassName
{
color: #D5B569;
}
</style>
background-color css
<style>
a { background-color: #D5B569; }
a { background-color: rgb(213,181,105); }
div.DivClassName
{
background-color: #D5B569;
}
.BgClassName
{
background-color: #D5B569;
}
</style>
border-color css
<style>
span { border-color: #D5B569; }
span { border-color: rgb(213,181,105); }
td.TdClassName
{
border-color: #D5B569;
}
.TagClassName
{
border-color: #D5B569;
}
</style>