Shades of Equator #DBB266
Tints of Equator #DBB266
RGB
CMYK
RGB Variations
Color information
#DBB266 (or 0xDBB266) is known color: Equator. HEX triplet: DB, B2 and 66. RGB value is (219,178,102). Sum of RGB (Red+Green+Blue) = 219+178+102=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 102 (40.23% from 255 or 20.44% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB266 is #244D99. Grayscale: #B5B5B5. Windows color (decimal): -2379162 or 6730459. OLE color: 6730459.
HSL color Cylindrical-coordinate representation of color #DBB266: hue angle of 38.97º 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 #DBB266 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 102 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.14 |
| HSL | 38.97º | 0.62% | 0.63% | - |
| HSV(B) | 38.97º | 0.53% | 0.86% | - |
| XYZ | 47.53 | 47.86 | 19.3 | - |
| YUV | 181.6 | 83.08 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 102 | 0 | 0.19 | 0.53 | 0.14 | 38.97 | 0.62 | 0.63 |
| Hex | DB | B2 | 66 | 0 | 13 | 35 | E | 27 | 3E | 3F |
| Octal | 333 | 262 | 146 | 0 | 23 | 65 | 16 | 47 | 76 | 77 |
| Binary | 11011011 | 10110010 | 1100110 | 0 | 10011 | 110101 | 1110 | 100111 | 111110 | 111111 |
Color Harmonies of #DBB266
Complementary color
Monochromatic Colors of #DBB266
Black with #DBB266
Text Example
Text Example
White with #DBB266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB266; }
p { color: rgb(219,178,102); }
H1.HeaderClassName
{
color: #DBB266;
}
.AnyTagClassName
{
color: #DBB266;
}
</style>
background-color css
<style>
a { background-color: #DBB266; }
a { background-color: rgb(219,178,102); }
div.DivClassName
{
background-color: #DBB266;
}
.BgClassName
{
background-color: #DBB266;
}
</style>
border-color css
<style>
span { border-color: #DBB266; }
span { border-color: rgb(219,178,102); }
td.TdClassName
{
border-color: #DBB266;
}
.TagClassName
{
border-color: #DBB266;
}
</style>