Shades of Equator #DBB46C
Tints of Equator #DBB46C
RGB
CMYK
RGB Variations
Color information
#DBB46C (or 0xDBB46C) is known color: Equator. HEX triplet: DB, B4 and 6C. RGB value is (219,180,108). Sum of RGB (Red+Green+Blue) = 219+180+108=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB46C is #244B93. Grayscale: #B7B7B7. Windows color (decimal): -2378644 or 7124187. OLE color: 7124187.
HSL color Cylindrical-coordinate representation of color #DBB46C: hue angle of 38.92º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBB46C is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 108 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.14 |
| HSL | 38.92º | 0.61% | 0.64% | - |
| HSV(B) | 38.92º | 0.51% | 0.86% | - |
| XYZ | 48.24 | 48.79 | 21.06 | - |
| YUV | 183.45 | 85.42 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 108 | 0 | 0.18 | 0.51 | 0.14 | 38.92 | 0.61 | 0.64 |
| Hex | DB | B4 | 6C | 0 | 12 | 33 | E | 27 | 3D | 40 |
| Octal | 333 | 264 | 154 | 0 | 22 | 63 | 16 | 47 | 75 | 100 |
| Binary | 11011011 | 10110100 | 1101100 | 0 | 10010 | 110011 | 1110 | 100111 | 111101 | 1000000 |
Color Harmonies of #DBB46C
Complementary color
Monochromatic Colors of #DBB46C
Black with #DBB46C
Text Example
Text Example
White with #DBB46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB46C; }
p { color: rgb(219,180,108); }
H1.HeaderClassName
{
color: #DBB46C;
}
.AnyTagClassName
{
color: #DBB46C;
}
</style>
background-color css
<style>
a { background-color: #DBB46C; }
a { background-color: rgb(219,180,108); }
div.DivClassName
{
background-color: #DBB46C;
}
.BgClassName
{
background-color: #DBB46C;
}
</style>
border-color css
<style>
span { border-color: #DBB46C; }
span { border-color: rgb(219,180,108); }
td.TdClassName
{
border-color: #DBB46C;
}
.TagClassName
{
border-color: #DBB46C;
}
</style>