Shades of Equator #DBB36C
Tints of Equator #DBB36C
RGB
CMYK
RGB Variations
Color information
#DBB36C (or 0xDBB36C) is known color: Equator. HEX triplet: DB, B3 and 6C. RGB value is (219,179,108). Sum of RGB (Red+Green+Blue) = 219+179+108=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB36C is #244C93. Grayscale: #B7B7B7. Windows color (decimal): -2378900 or 7123931. OLE color: 7123931.
HSL color Cylindrical-coordinate representation of color #DBB36C: hue angle of 38.38º 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 #DBB36C is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 108 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.14 |
| HSL | 38.38º | 0.61% | 0.64% | - |
| HSV(B) | 38.38º | 0.51% | 0.86% | - |
| XYZ | 48.04 | 48.38 | 20.99 | - |
| YUV | 182.87 | 85.75 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 108 | 0 | 0.18 | 0.51 | 0.14 | 38.38 | 0.61 | 0.64 |
| Hex | DB | B3 | 6C | 0 | 12 | 33 | E | 26 | 3D | 40 |
| Octal | 333 | 263 | 154 | 0 | 22 | 63 | 16 | 46 | 75 | 100 |
| Binary | 11011011 | 10110011 | 1101100 | 0 | 10010 | 110011 | 1110 | 100110 | 111101 | 1000000 |
Color Harmonies of #DBB36C
Complementary color
Monochromatic Colors of #DBB36C
Black with #DBB36C
Text Example
Text Example
White with #DBB36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB36C; }
p { color: rgb(219,179,108); }
H1.HeaderClassName
{
color: #DBB36C;
}
.AnyTagClassName
{
color: #DBB36C;
}
</style>
background-color css
<style>
a { background-color: #DBB36C; }
a { background-color: rgb(219,179,108); }
div.DivClassName
{
background-color: #DBB36C;
}
.BgClassName
{
background-color: #DBB36C;
}
</style>
border-color css
<style>
span { border-color: #DBB36C; }
span { border-color: rgb(219,179,108); }
td.TdClassName
{
border-color: #DBB36C;
}
.TagClassName
{
border-color: #DBB36C;
}
</style>