Shades of Golden Sand #DBCC65
Tints of Golden Sand #DBCC65
RGB
CMYK
RGB Variations
Color information
#DBCC65 (or 0xDBCC65) is known color: Golden Sand. HEX triplet: DB, CC and 65. RGB value is (219,204,101). Sum of RGB (Red+Green+Blue) = 219+204+101=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC65 is #24339A. Grayscale: #C5C5C5. Windows color (decimal): -2372507 or 6671579. OLE color: 6671579.
HSL color Cylindrical-coordinate representation of color #DBCC65: hue angle of 52.37º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBCC65 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 101 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.14 |
| HSL | 52.37º | 0.62% | 0.63% | - |
| HSV(B) | 52.37º | 0.54% | 0.86% | - |
| XYZ | 53.16 | 59.19 | 20.93 | - |
| YUV | 196.74 | 73.97 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 101 | 0 | 0.07 | 0.54 | 0.14 | 52.37 | 0.62 | 0.63 |
| Hex | DB | CC | 65 | 0 | 7 | 36 | E | 34 | 3E | 3F |
| Octal | 333 | 314 | 145 | 0 | 7 | 66 | 16 | 64 | 76 | 77 |
| Binary | 11011011 | 11001100 | 1100101 | 0 | 111 | 110110 | 1110 | 110100 | 111110 | 111111 |
Color Harmonies of #DBCC65
Complementary color
Monochromatic Colors of #DBCC65
Black with #DBCC65
Text Example
Text Example
White with #DBCC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC65; }
p { color: rgb(219,204,101); }
H1.HeaderClassName
{
color: #DBCC65;
}
.AnyTagClassName
{
color: #DBCC65;
}
</style>
background-color css
<style>
a { background-color: #DBCC65; }
a { background-color: rgb(219,204,101); }
div.DivClassName
{
background-color: #DBCC65;
}
.BgClassName
{
background-color: #DBCC65;
}
</style>
border-color css
<style>
span { border-color: #DBCC65; }
span { border-color: rgb(219,204,101); }
td.TdClassName
{
border-color: #DBCC65;
}
.TagClassName
{
border-color: #DBCC65;
}
</style>