Shades of Equator #DBB066
Tints of Equator #DBB066
RGB
CMYK
RGB Variations
Color information
#DBB066 (or 0xDBB066) is known color: Equator. HEX triplet: DB, B0 and 66. RGB value is (219,176,102). Sum of RGB (Red+Green+Blue) = 219+176+102=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 102 (40.23% from 255 or 20.52% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB066 is #244F99. Grayscale: #B4B4B4. Windows color (decimal): -2379674 or 6729947. OLE color: 6729947.
HSL color Cylindrical-coordinate representation of color #DBB066: hue angle of 37.95º 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 #DBB066 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 102 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.14 |
| HSL | 37.95º | 0.62% | 0.63% | - |
| HSV(B) | 37.95º | 0.53% | 0.86% | - |
| XYZ | 47.14 | 47.07 | 19.17 | - |
| YUV | 180.42 | 83.75 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 102 | 0 | 0.20 | 0.53 | 0.14 | 37.95 | 0.62 | 0.63 |
| Hex | DB | B0 | 66 | 0 | 14 | 35 | E | 26 | 3E | 3F |
| Octal | 333 | 260 | 146 | 0 | 24 | 65 | 16 | 46 | 76 | 77 |
| Binary | 11011011 | 10110000 | 1100110 | 0 | 10100 | 110101 | 1110 | 100110 | 111110 | 111111 |
Color Harmonies of #DBB066
Complementary color
Monochromatic Colors of #DBB066
Black with #DBB066
Text Example
Text Example
White with #DBB066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB066; }
p { color: rgb(219,176,102); }
H1.HeaderClassName
{
color: #DBB066;
}
.AnyTagClassName
{
color: #DBB066;
}
</style>
background-color css
<style>
a { background-color: #DBB066; }
a { background-color: rgb(219,176,102); }
div.DivClassName
{
background-color: #DBB066;
}
.BgClassName
{
background-color: #DBB066;
}
</style>
border-color css
<style>
span { border-color: #DBB066; }
span { border-color: rgb(219,176,102); }
td.TdClassName
{
border-color: #DBB066;
}
.TagClassName
{
border-color: #DBB066;
}
</style>