Shades of Golden Sand #DBCA60
Tints of Golden Sand #DBCA60
RGB
CMYK
RGB Variations
Color information
#DBCA60 (or 0xDBCA60) is known color: Golden Sand. HEX triplet: DB, CA and 60. RGB value is (219,202,96). Sum of RGB (Red+Green+Blue) = 219+202+96=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 96 (37.89% from 255 or 18.57% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCA60 is #24359F. Grayscale: #C3C3C3. Windows color (decimal): -2373024 or 6343387. OLE color: 6343387.
HSL color Cylindrical-coordinate representation of color #DBCA60: hue angle of 51.71º 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 #DBCA60 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 96 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.14 |
| HSL | 51.71º | 0.63% | 0.62% | - |
| HSV(B) | 51.71º | 0.56% | 0.86% | - |
| XYZ | 52.45 | 58.15 | 19.53 | - |
| YUV | 195 | 72.13 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 96 | 0 | 0.08 | 0.56 | 0.14 | 51.71 | 0.63 | 0.62 |
| Hex | DB | CA | 60 | 0 | 8 | 38 | E | 34 | 3F | 3E |
| Octal | 333 | 312 | 140 | 0 | 10 | 70 | 16 | 64 | 77 | 76 |
| Binary | 11011011 | 11001010 | 1100000 | 0 | 1000 | 111000 | 1110 | 110100 | 111111 | 111110 |
Color Harmonies of #DBCA60
Complementary color
Monochromatic Colors of #DBCA60
Black with #DBCA60
Text Example
Text Example
White with #DBCA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA60; }
p { color: rgb(219,202,96); }
H1.HeaderClassName
{
color: #DBCA60;
}
.AnyTagClassName
{
color: #DBCA60;
}
</style>
background-color css
<style>
a { background-color: #DBCA60; }
a { background-color: rgb(219,202,96); }
div.DivClassName
{
background-color: #DBCA60;
}
.BgClassName
{
background-color: #DBCA60;
}
</style>
border-color css
<style>
span { border-color: #DBCA60; }
span { border-color: rgb(219,202,96); }
td.TdClassName
{
border-color: #DBCA60;
}
.TagClassName
{
border-color: #DBCA60;
}
</style>