Shades of Equator #DBB967
Tints of Equator #DBB967
RGB
CMYK
RGB Variations
Color information
#DBB967 (or 0xDBB967) is known color: Equator. HEX triplet: DB, B9 and 67. RGB value is (219,185,103). Sum of RGB (Red+Green+Blue) = 219+185+103=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 103 (40.62% from 255 or 20.32% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB967 is #244698. Grayscale: #BABABA. Windows color (decimal): -2377369 or 6797787. OLE color: 6797787.
HSL color Cylindrical-coordinate representation of color #DBB967: hue angle of 42.41º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBB967 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 103 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.14 |
| HSL | 42.41º | 0.62% | 0.63% | - |
| HSV(B) | 42.41º | 0.53% | 0.86% | - |
| XYZ | 49.01 | 50.74 | 20.04 | - |
| YUV | 185.82 | 81.26 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 103 | 0 | 0.16 | 0.53 | 0.14 | 42.41 | 0.62 | 0.63 |
| Hex | DB | B9 | 67 | 0 | 10 | 35 | E | 2A | 3E | 3F |
| Octal | 333 | 271 | 147 | 0 | 20 | 65 | 16 | 52 | 76 | 77 |
| Binary | 11011011 | 10111001 | 1100111 | 0 | 10000 | 110101 | 1110 | 101010 | 111110 | 111111 |
Color Harmonies of #DBB967
Complementary color
Monochromatic Colors of #DBB967
Black with #DBB967
Text Example
Text Example
White with #DBB967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB967; }
p { color: rgb(219,185,103); }
H1.HeaderClassName
{
color: #DBB967;
}
.AnyTagClassName
{
color: #DBB967;
}
</style>
background-color css
<style>
a { background-color: #DBB967; }
a { background-color: rgb(219,185,103); }
div.DivClassName
{
background-color: #DBB967;
}
.BgClassName
{
background-color: #DBB967;
}
</style>
border-color css
<style>
span { border-color: #DBB967; }
span { border-color: rgb(219,185,103); }
td.TdClassName
{
border-color: #DBB967;
}
.TagClassName
{
border-color: #DBB967;
}
</style>