Shades of Golden Sand #DBCC5F
Tints of Golden Sand #DBCC5F
RGB
CMYK
RGB Variations
Color information
#DBCC5F (or 0xDBCC5F) is known color: Golden Sand. HEX triplet: DB, CC and 5F. RGB value is (219,204,95). Sum of RGB (Red+Green+Blue) = 219+204+95=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 95 (37.5% from 255 or 18.34% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC5F is #2433A0. Grayscale: #C4C4C4. Windows color (decimal): -2372513 or 6278363. OLE color: 6278363.
HSL color Cylindrical-coordinate representation of color #DBCC5F: hue angle of 52.74º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBCC5F is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 95 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.14 |
| HSL | 52.74º | 0.63% | 0.62% | - |
| HSV(B) | 52.74º | 0.57% | 0.86% | - |
| XYZ | 52.87 | 59.07 | 19.44 | - |
| YUV | 196.06 | 70.97 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 95 | 0 | 0.07 | 0.57 | 0.14 | 52.74 | 0.63 | 0.62 |
| Hex | DB | CC | 5F | 0 | 7 | 39 | E | 35 | 3F | 3E |
| Octal | 333 | 314 | 137 | 0 | 7 | 71 | 16 | 65 | 77 | 76 |
| Binary | 11011011 | 11001100 | 1011111 | 0 | 111 | 111001 | 1110 | 110101 | 111111 | 111110 |
Color Harmonies of #DBCC5F
Complementary color
Monochromatic Colors of #DBCC5F
Black with #DBCC5F
Text Example
Text Example
White with #DBCC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC5F; }
p { color: rgb(219,204,95); }
H1.HeaderClassName
{
color: #DBCC5F;
}
.AnyTagClassName
{
color: #DBCC5F;
}
</style>
background-color css
<style>
a { background-color: #DBCC5F; }
a { background-color: rgb(219,204,95); }
div.DivClassName
{
background-color: #DBCC5F;
}
.BgClassName
{
background-color: #DBCC5F;
}
</style>
border-color css
<style>
span { border-color: #DBCC5F; }
span { border-color: rgb(219,204,95); }
td.TdClassName
{
border-color: #DBCC5F;
}
.TagClassName
{
border-color: #DBCC5F;
}
</style>