Shades of Equator #DBB769
Tints of Equator #DBB769
RGB
CMYK
RGB Variations
Color information
#DBB769 (or 0xDBB769) is known color: Equator. HEX triplet: DB, B7 and 69. RGB value is (219,183,105). Sum of RGB (Red+Green+Blue) = 219+183+105=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 105 (41.41% from 255 or 20.71% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB769 is #244896. Grayscale: #B9B9B9. Windows color (decimal): -2377879 or 6928347. OLE color: 6928347.
HSL color Cylindrical-coordinate representation of color #DBB769: hue angle of 41.05º 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 #DBB769 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 105 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.14 |
| HSL | 41.05º | 0.61% | 0.64% | - |
| HSV(B) | 41.05º | 0.52% | 0.86% | - |
| XYZ | 48.7 | 49.95 | 20.44 | - |
| YUV | 184.87 | 82.93 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 105 | 0 | 0.16 | 0.52 | 0.14 | 41.05 | 0.61 | 0.64 |
| Hex | DB | B7 | 69 | 0 | 10 | 34 | E | 29 | 3D | 40 |
| Octal | 333 | 267 | 151 | 0 | 20 | 64 | 16 | 51 | 75 | 100 |
| Binary | 11011011 | 10110111 | 1101001 | 0 | 10000 | 110100 | 1110 | 101001 | 111101 | 1000000 |
Color Harmonies of #DBB769
Complementary color
Monochromatic Colors of #DBB769
Black with #DBB769
Text Example
Text Example
White with #DBB769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB769; }
p { color: rgb(219,183,105); }
H1.HeaderClassName
{
color: #DBB769;
}
.AnyTagClassName
{
color: #DBB769;
}
</style>
background-color css
<style>
a { background-color: #DBB769; }
a { background-color: rgb(219,183,105); }
div.DivClassName
{
background-color: #DBB769;
}
.BgClassName
{
background-color: #DBB769;
}
</style>
border-color css
<style>
span { border-color: #DBB769; }
span { border-color: rgb(219,183,105); }
td.TdClassName
{
border-color: #DBB769;
}
.TagClassName
{
border-color: #DBB769;
}
</style>