Shades of Equator #DBB563
Tints of Equator #DBB563
RGB
CMYK
RGB Variations
Color information
#DBB563 (or 0xDBB563) is known color: Equator. HEX triplet: DB, B5 and 63. RGB value is (219,181,99). Sum of RGB (Red+Green+Blue) = 219+181+99=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 99 (39.06% from 255 or 19.84% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB563 is #244A9C. Grayscale: #B7B7B7. Windows color (decimal): -2378397 or 6534619. OLE color: 6534619.
HSL color Cylindrical-coordinate representation of color #DBB563: hue angle of 41º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBB563 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 99 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.14 |
| HSL | 41º | 0.63% | 0.62% | - |
| HSV(B) | 41º | 0.55% | 0.86% | - |
| XYZ | 47.99 | 49.01 | 18.73 | - |
| YUV | 183.01 | 80.59 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 99 | 0 | 0.17 | 0.55 | 0.14 | 41 | 0.63 | 0.62 |
| Hex | DB | B5 | 63 | 0 | 11 | 37 | E | 29 | 3E | 3E |
| Octal | 333 | 265 | 143 | 0 | 21 | 67 | 16 | 51 | 76 | 76 |
| Binary | 11011011 | 10110101 | 1100011 | 0 | 10001 | 110111 | 1110 | 101001 | 111110 | 111110 |
Color Harmonies of #DBB563
Complementary color
Monochromatic Colors of #DBB563
Black with #DBB563
Text Example
Text Example
White with #DBB563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB563; }
p { color: rgb(219,181,99); }
H1.HeaderClassName
{
color: #DBB563;
}
.AnyTagClassName
{
color: #DBB563;
}
</style>
background-color css
<style>
a { background-color: #DBB563; }
a { background-color: rgb(219,181,99); }
div.DivClassName
{
background-color: #DBB563;
}
.BgClassName
{
background-color: #DBB563;
}
</style>
border-color css
<style>
span { border-color: #DBB563; }
span { border-color: rgb(219,181,99); }
td.TdClassName
{
border-color: #DBB563;
}
.TagClassName
{
border-color: #DBB563;
}
</style>