Shades of Equator #DBB66D
Tints of Equator #DBB66D
RGB
CMYK
RGB Variations
Color information
#DBB66D (or 0xDBB66D) is known color: Equator. HEX triplet: DB, B6 and 6D. RGB value is (219,182,109). Sum of RGB (Red+Green+Blue) = 219+182+109=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 109 (42.97% from 255 or 21.37% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB66D is #244992. Grayscale: #B9B9B9. Windows color (decimal): -2378131 or 7190235. OLE color: 7190235.
HSL color Cylindrical-coordinate representation of color #DBB66D: hue angle of 39.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBB66D is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 182 | 109 | - |
CMYK | 0 | 0.17 | 0.50 | 0.14 |
HSL | 39.82º | 0.6% | 0.64% | - |
HSV(B) | 39.82º | 0.5% | 0.86% | - |
XYZ | 48.7 | 49.62 | 21.48 | - |
YUV | 184.74 | 85.26 | 152.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 182 | 109 | 0 | 0.17 | 0.50 | 0.14 | 39.82 | 0.6 | 0.64 |
Hex | DB | B6 | 6D | 0 | 11 | 32 | E | 28 | 3C | 40 |
Octal | 333 | 266 | 155 | 0 | 21 | 62 | 16 | 50 | 74 | 100 |
Binary | 11011011 | 10110110 | 1101101 | 0 | 10001 | 110010 | 1110 | 101000 | 111100 | 1000000 |
Color Harmonies of #DBB66D
Complementary color
Monochromatic Colors of #DBB66D
Black with #DBB66D
Text Example
Text Example
White with #DBB66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB66D; }
p { color: rgb(219,182,109); }
H1.HeaderClassName
{
color: #DBB66D;
}
.AnyTagClassName
{
color: #DBB66D;
}
</style>
background-color css
<style>
a { background-color: #DBB66D; }
a { background-color: rgb(219,182,109); }
div.DivClassName
{
background-color: #DBB66D;
}
.BgClassName
{
background-color: #DBB66D;
}
</style>
border-color css
<style>
span { border-color: #DBB66D; }
span { border-color: rgb(219,182,109); }
td.TdClassName
{
border-color: #DBB66D;
}
.TagClassName
{
border-color: #DBB66D;
}
</style>