Shades of Equator #DBB369
Tints of Equator #DBB369
RGB
CMYK
RGB Variations
Color information
#DBB369 (or 0xDBB369) is known color: Equator. HEX triplet: DB, B3 and 69. RGB value is (219,179,105). Sum of RGB (Red+Green+Blue) = 219+179+105=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 105 (41.41% from 255 or 20.87% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB369 is #244C96. Grayscale: #B6B6B6. Windows color (decimal): -2378903 or 6927323. OLE color: 6927323.
HSL color Cylindrical-coordinate representation of color #DBB369: hue angle of 38.95º 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 #DBB369 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 105 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.14 |
| HSL | 38.95º | 0.61% | 0.64% | - |
| HSV(B) | 38.95º | 0.52% | 0.86% | - |
| XYZ | 47.88 | 48.32 | 20.17 | - |
| YUV | 182.52 | 84.25 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 105 | 0 | 0.18 | 0.52 | 0.14 | 38.95 | 0.61 | 0.64 |
| Hex | DB | B3 | 69 | 0 | 12 | 34 | E | 27 | 3D | 40 |
| Octal | 333 | 263 | 151 | 0 | 22 | 64 | 16 | 47 | 75 | 100 |
| Binary | 11011011 | 10110011 | 1101001 | 0 | 10010 | 110100 | 1110 | 100111 | 111101 | 1000000 |
Color Harmonies of #DBB369
Complementary color
Monochromatic Colors of #DBB369
Black with #DBB369
Text Example
Text Example
White with #DBB369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB369; }
p { color: rgb(219,179,105); }
H1.HeaderClassName
{
color: #DBB369;
}
.AnyTagClassName
{
color: #DBB369;
}
</style>
background-color css
<style>
a { background-color: #DBB369; }
a { background-color: rgb(219,179,105); }
div.DivClassName
{
background-color: #DBB369;
}
.BgClassName
{
background-color: #DBB369;
}
</style>
border-color css
<style>
span { border-color: #DBB369; }
span { border-color: rgb(219,179,105); }
td.TdClassName
{
border-color: #DBB369;
}
.TagClassName
{
border-color: #DBB369;
}
</style>