Shades of Equator #DBB46D
Tints of Equator #DBB46D
RGB
CMYK
RGB Variations
Color information
#DBB46D (or 0xDBB46D) is known color: Equator. HEX triplet: DB, B4 and 6D. RGB value is (219,180,109). Sum of RGB (Red+Green+Blue) = 219+180+109=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 109 (42.97% from 255 or 21.46% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB46D is #244B92. Grayscale: #B7B7B7. Windows color (decimal): -2378643 or 7189723. OLE color: 7189723.
HSL color Cylindrical-coordinate representation of color #DBB46D: hue angle of 38.73º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBB46D is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 109 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.14 |
| HSL | 38.73º | 0.6% | 0.64% | - |
| HSV(B) | 38.73º | 0.5% | 0.86% | - |
| XYZ | 48.29 | 48.81 | 21.34 | - |
| YUV | 183.57 | 85.92 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 109 | 0 | 0.18 | 0.50 | 0.14 | 38.73 | 0.6 | 0.64 |
| Hex | DB | B4 | 6D | 0 | 12 | 32 | E | 27 | 3C | 40 |
| Octal | 333 | 264 | 155 | 0 | 22 | 62 | 16 | 47 | 74 | 100 |
| Binary | 11011011 | 10110100 | 1101101 | 0 | 10010 | 110010 | 1110 | 100111 | 111100 | 1000000 |
Color Harmonies of #DBB46D
Complementary color
Monochromatic Colors of #DBB46D
Black with #DBB46D
Text Example
Text Example
White with #DBB46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB46D; }
p { color: rgb(219,180,109); }
H1.HeaderClassName
{
color: #DBB46D;
}
.AnyTagClassName
{
color: #DBB46D;
}
</style>
background-color css
<style>
a { background-color: #DBB46D; }
a { background-color: rgb(219,180,109); }
div.DivClassName
{
background-color: #DBB46D;
}
.BgClassName
{
background-color: #DBB46D;
}
</style>
border-color css
<style>
span { border-color: #DBB46D; }
span { border-color: rgb(219,180,109); }
td.TdClassName
{
border-color: #DBB46D;
}
.TagClassName
{
border-color: #DBB46D;
}
</style>