Shades of Equator #DBB465
Tints of Equator #DBB465
RGB
CMYK
RGB Variations
Color information
#DBB465 (or 0xDBB465) is known color: Equator. HEX triplet: DB, B4 and 65. RGB value is (219,180,101). Sum of RGB (Red+Green+Blue) = 219+180+101=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB465 is #244B9A. Grayscale: #B7B7B7. Windows color (decimal): -2378651 or 6665435. OLE color: 6665435.
HSL color Cylindrical-coordinate representation of color #DBB465: hue angle of 40.17º 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 #DBB465 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 101 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.14 |
| HSL | 40.17º | 0.62% | 0.63% | - |
| HSV(B) | 40.17º | 0.54% | 0.86% | - |
| XYZ | 47.88 | 48.64 | 19.18 | - |
| YUV | 182.66 | 81.92 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 101 | 0 | 0.18 | 0.54 | 0.14 | 40.17 | 0.62 | 0.63 |
| Hex | DB | B4 | 65 | 0 | 12 | 36 | E | 28 | 3E | 3F |
| Octal | 333 | 264 | 145 | 0 | 22 | 66 | 16 | 50 | 76 | 77 |
| Binary | 11011011 | 10110100 | 1100101 | 0 | 10010 | 110110 | 1110 | 101000 | 111110 | 111111 |
Color Harmonies of #DBB465
Complementary color
Monochromatic Colors of #DBB465
Black with #DBB465
Text Example
Text Example
White with #DBB465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB465; }
p { color: rgb(219,180,101); }
H1.HeaderClassName
{
color: #DBB465;
}
.AnyTagClassName
{
color: #DBB465;
}
</style>
background-color css
<style>
a { background-color: #DBB465; }
a { background-color: rgb(219,180,101); }
div.DivClassName
{
background-color: #DBB465;
}
.BgClassName
{
background-color: #DBB465;
}
</style>
border-color css
<style>
span { border-color: #DBB465; }
span { border-color: rgb(219,180,101); }
td.TdClassName
{
border-color: #DBB465;
}
.TagClassName
{
border-color: #DBB465;
}
</style>