Shades of Equator #DBB460
Tints of Equator #DBB460
RGB
CMYK
RGB Variations
Color information
#DBB460 (or 0xDBB460) is known color: Equator. HEX triplet: DB, B4 and 60. RGB value is (219,180,96). Sum of RGB (Red+Green+Blue) = 219+180+96=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 96 (37.89% from 255 or 19.39% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB460 is #244B9F. Grayscale: #B6B6B6. Windows color (decimal): -2378656 or 6337755. OLE color: 6337755.
HSL color Cylindrical-coordinate representation of color #DBB460: hue angle of 40.98º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBB460 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 96 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.14 |
| HSL | 40.98º | 0.63% | 0.62% | - |
| HSV(B) | 40.98º | 0.56% | 0.86% | - |
| XYZ | 47.65 | 48.55 | 17.93 | - |
| YUV | 182.09 | 79.42 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 96 | 0 | 0.18 | 0.56 | 0.14 | 40.98 | 0.63 | 0.62 |
| Hex | DB | B4 | 60 | 0 | 12 | 38 | E | 29 | 3F | 3E |
| Octal | 333 | 264 | 140 | 0 | 22 | 70 | 16 | 51 | 77 | 76 |
| Binary | 11011011 | 10110100 | 1100000 | 0 | 10010 | 111000 | 1110 | 101001 | 111111 | 111110 |
Color Harmonies of #DBB460
Complementary color
Monochromatic Colors of #DBB460
Black with #DBB460
Text Example
Text Example
White with #DBB460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB460; }
p { color: rgb(219,180,96); }
H1.HeaderClassName
{
color: #DBB460;
}
.AnyTagClassName
{
color: #DBB460;
}
</style>
background-color css
<style>
a { background-color: #DBB460; }
a { background-color: rgb(219,180,96); }
div.DivClassName
{
background-color: #DBB460;
}
.BgClassName
{
background-color: #DBB460;
}
</style>
border-color css
<style>
span { border-color: #DBB460; }
span { border-color: rgb(219,180,96); }
td.TdClassName
{
border-color: #DBB460;
}
.TagClassName
{
border-color: #DBB460;
}
</style>