Shades of Equator #DBB36B
Tints of Equator #DBB36B
RGB
CMYK
RGB Variations
Color information
#DBB36B (or 0xDBB36B) is known color: Equator. HEX triplet: DB, B3 and 6B. RGB value is (219,179,107). Sum of RGB (Red+Green+Blue) = 219+179+107=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 107 (42.19% from 255 or 21.19% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB36B is #244C94. Grayscale: #B7B7B7. Windows color (decimal): -2378901 or 7058395. OLE color: 7058395.
HSL color Cylindrical-coordinate representation of color #DBB36B: hue angle of 38.57º 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 #DBB36B is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 107 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.14 |
| HSL | 38.57º | 0.61% | 0.64% | - |
| HSV(B) | 38.57º | 0.51% | 0.86% | - |
| XYZ | 47.99 | 48.36 | 20.72 | - |
| YUV | 182.75 | 85.25 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 107 | 0 | 0.18 | 0.51 | 0.14 | 38.57 | 0.61 | 0.64 |
| Hex | DB | B3 | 6B | 0 | 12 | 33 | E | 27 | 3D | 40 |
| Octal | 333 | 263 | 153 | 0 | 22 | 63 | 16 | 47 | 75 | 100 |
| Binary | 11011011 | 10110011 | 1101011 | 0 | 10010 | 110011 | 1110 | 100111 | 111101 | 1000000 |
Color Harmonies of #DBB36B
Complementary color
Monochromatic Colors of #DBB36B
Black with #DBB36B
Text Example
Text Example
White with #DBB36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB36B; }
p { color: rgb(219,179,107); }
H1.HeaderClassName
{
color: #DBB36B;
}
.AnyTagClassName
{
color: #DBB36B;
}
</style>
background-color css
<style>
a { background-color: #DBB36B; }
a { background-color: rgb(219,179,107); }
div.DivClassName
{
background-color: #DBB36B;
}
.BgClassName
{
background-color: #DBB36B;
}
</style>
border-color css
<style>
span { border-color: #DBB36B; }
span { border-color: rgb(219,179,107); }
td.TdClassName
{
border-color: #DBB36B;
}
.TagClassName
{
border-color: #DBB36B;
}
</style>