Shades of Equator #DBB46A
Tints of Equator #DBB46A
RGB
CMYK
RGB Variations
Color information
#DBB46A (or 0xDBB46A) is known color: Equator. HEX triplet: DB, B4 and 6A. RGB value is (219,180,106). Sum of RGB (Red+Green+Blue) = 219+180+106=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 106 (41.80% from 255 or 20.99% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB46A is #244B95. Grayscale: #B7B7B7. Windows color (decimal): -2378646 or 6993115. OLE color: 6993115.
HSL color Cylindrical-coordinate representation of color #DBB46A: hue angle of 39.29º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBB46A is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 106 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.14 |
| HSL | 39.29º | 0.61% | 0.64% | - |
| HSV(B) | 39.29º | 0.52% | 0.86% | - |
| XYZ | 48.14 | 48.74 | 20.51 | - |
| YUV | 183.23 | 84.42 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 106 | 0 | 0.18 | 0.52 | 0.14 | 39.29 | 0.61 | 0.64 |
| Hex | DB | B4 | 6A | 0 | 12 | 34 | E | 27 | 3D | 40 |
| Octal | 333 | 264 | 152 | 0 | 22 | 64 | 16 | 47 | 75 | 100 |
| Binary | 11011011 | 10110100 | 1101010 | 0 | 10010 | 110100 | 1110 | 100111 | 111101 | 1000000 |
Color Harmonies of #DBB46A
Complementary color
Monochromatic Colors of #DBB46A
Black with #DBB46A
Text Example
Text Example
White with #DBB46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB46A; }
p { color: rgb(219,180,106); }
H1.HeaderClassName
{
color: #DBB46A;
}
.AnyTagClassName
{
color: #DBB46A;
}
</style>
background-color css
<style>
a { background-color: #DBB46A; }
a { background-color: rgb(219,180,106); }
div.DivClassName
{
background-color: #DBB46A;
}
.BgClassName
{
background-color: #DBB46A;
}
</style>
border-color css
<style>
span { border-color: #DBB46A; }
span { border-color: rgb(219,180,106); }
td.TdClassName
{
border-color: #DBB46A;
}
.TagClassName
{
border-color: #DBB46A;
}
</style>