Shades of Equator #DBB361
Tints of Equator #DBB361
RGB
CMYK
RGB Variations
Color information
#DBB361 (or 0xDBB361) is known color: Equator. HEX triplet: DB, B3 and 61. RGB value is (219,179,97). Sum of RGB (Red+Green+Blue) = 219+179+97=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 97 (38.28% from 255 or 19.60% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB361 is #244C9E. Grayscale: #B5B5B5. Windows color (decimal): -2378911 or 6403035. OLE color: 6403035.
HSL color Cylindrical-coordinate representation of color #DBB361: hue angle of 40.33º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBB361 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 97 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.14 |
| HSL | 40.33º | 0.63% | 0.62% | - |
| HSV(B) | 40.33º | 0.56% | 0.86% | - |
| XYZ | 47.49 | 48.16 | 18.1 | - |
| YUV | 181.61 | 80.25 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 97 | 0 | 0.18 | 0.56 | 0.14 | 40.33 | 0.63 | 0.62 |
| Hex | DB | B3 | 61 | 0 | 12 | 38 | E | 28 | 3F | 3E |
| Octal | 333 | 263 | 141 | 0 | 22 | 70 | 16 | 50 | 77 | 76 |
| Binary | 11011011 | 10110011 | 1100001 | 0 | 10010 | 111000 | 1110 | 101000 | 111111 | 111110 |
Color Harmonies of #DBB361
Complementary color
Monochromatic Colors of #DBB361
Black with #DBB361
Text Example
Text Example
White with #DBB361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB361; }
p { color: rgb(219,179,97); }
H1.HeaderClassName
{
color: #DBB361;
}
.AnyTagClassName
{
color: #DBB361;
}
</style>
background-color css
<style>
a { background-color: #DBB361; }
a { background-color: rgb(219,179,97); }
div.DivClassName
{
background-color: #DBB361;
}
.BgClassName
{
background-color: #DBB361;
}
</style>
border-color css
<style>
span { border-color: #DBB361; }
span { border-color: rgb(219,179,97); }
td.TdClassName
{
border-color: #DBB361;
}
.TagClassName
{
border-color: #DBB361;
}
</style>