Shades of Equator #DBB064
Tints of Equator #DBB064
RGB
CMYK
RGB Variations
Color information
#DBB064 (or 0xDBB064) is known color: Equator. HEX triplet: DB, B0 and 64. RGB value is (219,176,100). Sum of RGB (Red+Green+Blue) = 219+176+100=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 100 (39.45% from 255 or 20.20% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB064 is #244F9B. Grayscale: #B4B4B4. Windows color (decimal): -2379676 or 6598875. OLE color: 6598875.
HSL color Cylindrical-coordinate representation of color #DBB064: hue angle of 38.32º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBB064 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 100 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.14 |
| HSL | 38.32º | 0.62% | 0.63% | - |
| HSV(B) | 38.32º | 0.54% | 0.86% | - |
| XYZ | 47.04 | 47.03 | 18.66 | - |
| YUV | 180.19 | 82.75 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 100 | 0 | 0.20 | 0.54 | 0.14 | 38.32 | 0.62 | 0.63 |
| Hex | DB | B0 | 64 | 0 | 14 | 36 | E | 26 | 3E | 3F |
| Octal | 333 | 260 | 144 | 0 | 24 | 66 | 16 | 46 | 76 | 77 |
| Binary | 11011011 | 10110000 | 1100100 | 0 | 10100 | 110110 | 1110 | 100110 | 111110 | 111111 |
Color Harmonies of #DBB064
Complementary color
Monochromatic Colors of #DBB064
Black with #DBB064
Text Example
Text Example
White with #DBB064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB064; }
p { color: rgb(219,176,100); }
H1.HeaderClassName
{
color: #DBB064;
}
.AnyTagClassName
{
color: #DBB064;
}
</style>
background-color css
<style>
a { background-color: #DBB064; }
a { background-color: rgb(219,176,100); }
div.DivClassName
{
background-color: #DBB064;
}
.BgClassName
{
background-color: #DBB064;
}
</style>
border-color css
<style>
span { border-color: #DBB064; }
span { border-color: rgb(219,176,100); }
td.TdClassName
{
border-color: #DBB064;
}
.TagClassName
{
border-color: #DBB064;
}
</style>