Shades of Equator #D5B269
Tints of Equator #D5B269
RGB
CMYK
RGB Variations
Color information
#D5B269 (or 0xD5B269) is known color: Equator. HEX triplet: D5, B2 and 69. RGB value is (213,178,105). Sum of RGB (Red+Green+Blue) = 213+178+105=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 105 (41.41% from 255 or 21.17% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B269 is #2A4D96. Grayscale: #B4B4B4. Windows color (decimal): -2772375 or 6927061. OLE color: 6927061.
HSL color Cylindrical-coordinate representation of color #D5B269: hue angle of 40.56º 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 #D5B269 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 178 | 105 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.16 |
| HSL | 40.56º | 0.56% | 0.62% | - |
| HSV(B) | 40.56º | 0.51% | 0.84% | - |
| XYZ | 45.91 | 47.01 | 20.02 | - |
| YUV | 180.14 | 85.6 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 178 | 105 | 0 | 0.16 | 0.51 | 0.16 | 40.56 | 0.56 | 0.62 |
| Hex | D5 | B2 | 69 | 0 | 10 | 33 | 10 | 29 | 38 | 3E |
| Octal | 325 | 262 | 151 | 0 | 20 | 63 | 20 | 51 | 70 | 76 |
| Binary | 11010101 | 10110010 | 1101001 | 0 | 10000 | 110011 | 10000 | 101001 | 111000 | 111110 |
Color Harmonies of #D5B269
Complementary color
Monochromatic Colors of #D5B269
Black with #D5B269
Text Example
Text Example
White with #D5B269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B269; }
p { color: rgb(213,178,105); }
H1.HeaderClassName
{
color: #D5B269;
}
.AnyTagClassName
{
color: #D5B269;
}
</style>
background-color css
<style>
a { background-color: #D5B269; }
a { background-color: rgb(213,178,105); }
div.DivClassName
{
background-color: #D5B269;
}
.BgClassName
{
background-color: #D5B269;
}
</style>
border-color css
<style>
span { border-color: #D5B269; }
span { border-color: rgb(213,178,105); }
td.TdClassName
{
border-color: #D5B269;
}
.TagClassName
{
border-color: #D5B269;
}
</style>