Shades of Equator #DBB768
Tints of Equator #DBB768
RGB
CMYK
RGB Variations
Color information
#DBB768 (or 0xDBB768) is known color: Equator. HEX triplet: DB, B7 and 68. RGB value is (219,183,104). Sum of RGB (Red+Green+Blue) = 219+183+104=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 104 (41.02% from 255 or 20.55% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB768 is #244897. Grayscale: #B9B9B9. Windows color (decimal): -2377880 or 6862811. OLE color: 6862811.
HSL color Cylindrical-coordinate representation of color #DBB768: hue angle of 41.22º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBB768 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 104 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.14 |
| HSL | 41.22º | 0.61% | 0.63% | - |
| HSV(B) | 41.22º | 0.53% | 0.86% | - |
| XYZ | 48.65 | 49.93 | 20.17 | - |
| YUV | 184.76 | 82.43 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 104 | 0 | 0.16 | 0.53 | 0.14 | 41.22 | 0.61 | 0.63 |
| Hex | DB | B7 | 68 | 0 | 10 | 35 | E | 29 | 3D | 3F |
| Octal | 333 | 267 | 150 | 0 | 20 | 65 | 16 | 51 | 75 | 77 |
| Binary | 11011011 | 10110111 | 1101000 | 0 | 10000 | 110101 | 1110 | 101001 | 111101 | 111111 |
Color Harmonies of #DBB768
Complementary color
Monochromatic Colors of #DBB768
Black with #DBB768
Text Example
Text Example
White with #DBB768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB768; }
p { color: rgb(219,183,104); }
H1.HeaderClassName
{
color: #DBB768;
}
.AnyTagClassName
{
color: #DBB768;
}
</style>
background-color css
<style>
a { background-color: #DBB768; }
a { background-color: rgb(219,183,104); }
div.DivClassName
{
background-color: #DBB768;
}
.BgClassName
{
background-color: #DBB768;
}
</style>
border-color css
<style>
span { border-color: #DBB768; }
span { border-color: rgb(219,183,104); }
td.TdClassName
{
border-color: #DBB768;
}
.TagClassName
{
border-color: #DBB768;
}
</style>