Shades of Equator #DBB65C
Tints of Equator #DBB65C
RGB
CMYK
RGB Variations
Color information
#DBB65C (or 0xDBB65C) is known color: Equator. HEX triplet: DB, B6 and 5C. RGB value is (219,182,92). Sum of RGB (Red+Green+Blue) = 219+182+92=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 92 (36.33% from 255 or 18.66% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB65C is #2449A3. Grayscale: #B7B7B7. Windows color (decimal): -2378148 or 6076123. OLE color: 6076123.
HSL color Cylindrical-coordinate representation of color #DBB65C: hue angle of 42.52º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBB65C is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 92 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.14 |
| HSL | 42.52º | 0.64% | 0.61% | - |
| HSV(B) | 42.52º | 0.58% | 0.86% | - |
| XYZ | 47.87 | 49.29 | 17.12 | - |
| YUV | 182.8 | 76.76 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 92 | 0 | 0.17 | 0.58 | 0.14 | 42.52 | 0.64 | 0.61 |
| Hex | DB | B6 | 5C | 0 | 11 | 3A | E | 2B | 40 | 3D |
| Octal | 333 | 266 | 134 | 0 | 21 | 72 | 16 | 53 | 100 | 75 |
| Binary | 11011011 | 10110110 | 1011100 | 0 | 10001 | 111010 | 1110 | 101011 | 1000000 | 111101 |
Color Harmonies of #DBB65C
Complementary color
Monochromatic Colors of #DBB65C
Black with #DBB65C
Text Example
Text Example
White with #DBB65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB65C; }
p { color: rgb(219,182,92); }
H1.HeaderClassName
{
color: #DBB65C;
}
.AnyTagClassName
{
color: #DBB65C;
}
</style>
background-color css
<style>
a { background-color: #DBB65C; }
a { background-color: rgb(219,182,92); }
div.DivClassName
{
background-color: #DBB65C;
}
.BgClassName
{
background-color: #DBB65C;
}
</style>
border-color css
<style>
span { border-color: #DBB65C; }
span { border-color: rgb(219,182,92); }
td.TdClassName
{
border-color: #DBB65C;
}
.TagClassName
{
border-color: #DBB65C;
}
</style>