Shades of Golden Sand #DBCB60
Tints of Golden Sand #DBCB60
RGB
CMYK
RGB Variations
Color information
#DBCB60 (or 0xDBCB60) is known color: Golden Sand. HEX triplet: DB, CB and 60. RGB value is (219,203,96). Sum of RGB (Red+Green+Blue) = 219+203+96=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 96 (37.89% from 255 or 18.53% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCB60 is #24349F. Grayscale: #C4C4C4. Windows color (decimal): -2372768 or 6343643. OLE color: 6343643.
HSL color Cylindrical-coordinate representation of color #DBCB60: hue angle of 52.2º 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 #DBCB60 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 96 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.14 |
| HSL | 52.2º | 0.63% | 0.62% | - |
| HSV(B) | 52.2º | 0.56% | 0.86% | - |
| XYZ | 52.68 | 58.62 | 19.6 | - |
| YUV | 195.59 | 71.8 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 96 | 0 | 0.07 | 0.56 | 0.14 | 52.2 | 0.63 | 0.62 |
| Hex | DB | CB | 60 | 0 | 7 | 38 | E | 34 | 3F | 3E |
| Octal | 333 | 313 | 140 | 0 | 7 | 70 | 16 | 64 | 77 | 76 |
| Binary | 11011011 | 11001011 | 1100000 | 0 | 111 | 111000 | 1110 | 110100 | 111111 | 111110 |
Color Harmonies of #DBCB60
Complementary color
Monochromatic Colors of #DBCB60
Black with #DBCB60
Text Example
Text Example
White with #DBCB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB60; }
p { color: rgb(219,203,96); }
H1.HeaderClassName
{
color: #DBCB60;
}
.AnyTagClassName
{
color: #DBCB60;
}
</style>
background-color css
<style>
a { background-color: #DBCB60; }
a { background-color: rgb(219,203,96); }
div.DivClassName
{
background-color: #DBCB60;
}
.BgClassName
{
background-color: #DBCB60;
}
</style>
border-color css
<style>
span { border-color: #DBCB60; }
span { border-color: rgb(219,203,96); }
td.TdClassName
{
border-color: #DBCB60;
}
.TagClassName
{
border-color: #DBCB60;
}
</style>