Shades of Equator #DBB360
Tints of Equator #DBB360
RGB
CMYK
RGB Variations
Color information
#DBB360 (or 0xDBB360) is known color: Equator. HEX triplet: DB, B3 and 60. RGB value is (219,179,96). Sum of RGB (Red+Green+Blue) = 219+179+96=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 96 (37.89% from 255 or 19.43% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB360 is #244C9F. Grayscale: #B5B5B5. Windows color (decimal): -2378912 or 6337499. OLE color: 6337499.
HSL color Cylindrical-coordinate representation of color #DBB360: hue angle of 40.49º 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 #DBB360 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 96 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.14 |
| HSL | 40.49º | 0.63% | 0.62% | - |
| HSV(B) | 40.49º | 0.56% | 0.86% | - |
| XYZ | 47.44 | 48.14 | 17.86 | - |
| YUV | 181.5 | 79.75 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 96 | 0 | 0.18 | 0.56 | 0.14 | 40.49 | 0.63 | 0.62 |
| Hex | DB | B3 | 60 | 0 | 12 | 38 | E | 28 | 3F | 3E |
| Octal | 333 | 263 | 140 | 0 | 22 | 70 | 16 | 50 | 77 | 76 |
| Binary | 11011011 | 10110011 | 1100000 | 0 | 10010 | 111000 | 1110 | 101000 | 111111 | 111110 |
Color Harmonies of #DBB360
Complementary color
Monochromatic Colors of #DBB360
Black with #DBB360
Text Example
Text Example
White with #DBB360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB360; }
p { color: rgb(219,179,96); }
H1.HeaderClassName
{
color: #DBB360;
}
.AnyTagClassName
{
color: #DBB360;
}
</style>
background-color css
<style>
a { background-color: #DBB360; }
a { background-color: rgb(219,179,96); }
div.DivClassName
{
background-color: #DBB360;
}
.BgClassName
{
background-color: #DBB360;
}
</style>
border-color css
<style>
span { border-color: #DBB360; }
span { border-color: rgb(219,179,96); }
td.TdClassName
{
border-color: #DBB360;
}
.TagClassName
{
border-color: #DBB360;
}
</style>