Shades of Golden Sand #DBCC60
Tints of Golden Sand #DBCC60
RGB
CMYK
RGB Variations
Color information
#DBCC60 (or 0xDBCC60) is known color: Golden Sand. HEX triplet: DB, CC and 60. RGB value is (219,204,96). Sum of RGB (Red+Green+Blue) = 219+204+96=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 96 (37.89% from 255 or 18.50% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC60 is #24339F. Grayscale: #C4C4C4. Windows color (decimal): -2372512 or 6343899. OLE color: 6343899.
HSL color Cylindrical-coordinate representation of color #DBCC60: hue angle of 52.68º 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 #DBCC60 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 96 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.14 |
| HSL | 52.68º | 0.63% | 0.62% | - |
| HSV(B) | 52.68º | 0.56% | 0.86% | - |
| XYZ | 52.92 | 59.09 | 19.68 | - |
| YUV | 196.17 | 71.47 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 96 | 0 | 0.07 | 0.56 | 0.14 | 52.68 | 0.63 | 0.62 |
| Hex | DB | CC | 60 | 0 | 7 | 38 | E | 35 | 3F | 3E |
| Octal | 333 | 314 | 140 | 0 | 7 | 70 | 16 | 65 | 77 | 76 |
| Binary | 11011011 | 11001100 | 1100000 | 0 | 111 | 111000 | 1110 | 110101 | 111111 | 111110 |
Color Harmonies of #DBCC60
Complementary color
Monochromatic Colors of #DBCC60
Black with #DBCC60
Text Example
Text Example
White with #DBCC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC60; }
p { color: rgb(219,204,96); }
H1.HeaderClassName
{
color: #DBCC60;
}
.AnyTagClassName
{
color: #DBCC60;
}
</style>
background-color css
<style>
a { background-color: #DBCC60; }
a { background-color: rgb(219,204,96); }
div.DivClassName
{
background-color: #DBCC60;
}
.BgClassName
{
background-color: #DBCC60;
}
</style>
border-color css
<style>
span { border-color: #DBCC60; }
span { border-color: rgb(219,204,96); }
td.TdClassName
{
border-color: #DBCC60;
}
.TagClassName
{
border-color: #DBCC60;
}
</style>