Shades of Equator #DBB663
Tints of Equator #DBB663
RGB
CMYK
RGB Variations
Color information
#DBB663 (or 0xDBB663) is known color: Equator. HEX triplet: DB, B6 and 63. RGB value is (219,182,99). Sum of RGB (Red+Green+Blue) = 219+182+99=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 99 (39.06% from 255 or 19.8% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB663 is #24499C. Grayscale: #B7B7B7. Windows color (decimal): -2378141 or 6534875. OLE color: 6534875.
HSL color Cylindrical-coordinate representation of color #DBB663: hue angle of 41.5º 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 #DBB663 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 99 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.14 |
| HSL | 41.5º | 0.63% | 0.62% | - |
| HSV(B) | 41.5º | 0.55% | 0.86% | - |
| XYZ | 48.19 | 49.42 | 18.8 | - |
| YUV | 183.6 | 80.26 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 99 | 0 | 0.17 | 0.55 | 0.14 | 41.5 | 0.63 | 0.62 |
| Hex | DB | B6 | 63 | 0 | 11 | 37 | E | 2A | 3E | 3E |
| Octal | 333 | 266 | 143 | 0 | 21 | 67 | 16 | 52 | 76 | 76 |
| Binary | 11011011 | 10110110 | 1100011 | 0 | 10001 | 110111 | 1110 | 101010 | 111110 | 111110 |
Color Harmonies of #DBB663
Complementary color
Monochromatic Colors of #DBB663
Black with #DBB663
Text Example
Text Example
White with #DBB663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB663; }
p { color: rgb(219,182,99); }
H1.HeaderClassName
{
color: #DBB663;
}
.AnyTagClassName
{
color: #DBB663;
}
</style>
background-color css
<style>
a { background-color: #DBB663; }
a { background-color: rgb(219,182,99); }
div.DivClassName
{
background-color: #DBB663;
}
.BgClassName
{
background-color: #DBB663;
}
</style>
border-color css
<style>
span { border-color: #DBB663; }
span { border-color: rgb(219,182,99); }
td.TdClassName
{
border-color: #DBB663;
}
.TagClassName
{
border-color: #DBB663;
}
</style>