Shades of Golden Sand #DBCC61
Tints of Golden Sand #DBCC61
RGB
CMYK
RGB Variations
Color information
#DBCC61 (or 0xDBCC61) is known color: Golden Sand. HEX triplet: DB, CC and 61. RGB value is (219,204,97). Sum of RGB (Red+Green+Blue) = 219+204+97=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 97 (38.28% from 255 or 18.65% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC61 is #24339E. Grayscale: #C4C4C4. Windows color (decimal): -2372511 or 6409435. OLE color: 6409435.
HSL color Cylindrical-coordinate representation of color #DBCC61: hue angle of 52.62º 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 #DBCC61 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 97 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.14 |
| HSL | 52.62º | 0.63% | 0.62% | - |
| HSV(B) | 52.62º | 0.56% | 0.86% | - |
| XYZ | 52.96 | 59.11 | 19.93 | - |
| YUV | 196.29 | 71.97 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 97 | 0 | 0.07 | 0.56 | 0.14 | 52.62 | 0.63 | 0.62 |
| Hex | DB | CC | 61 | 0 | 7 | 38 | E | 35 | 3F | 3E |
| Octal | 333 | 314 | 141 | 0 | 7 | 70 | 16 | 65 | 77 | 76 |
| Binary | 11011011 | 11001100 | 1100001 | 0 | 111 | 111000 | 1110 | 110101 | 111111 | 111110 |
Color Harmonies of #DBCC61
Complementary color
Monochromatic Colors of #DBCC61
Black with #DBCC61
Text Example
Text Example
White with #DBCC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC61; }
p { color: rgb(219,204,97); }
H1.HeaderClassName
{
color: #DBCC61;
}
.AnyTagClassName
{
color: #DBCC61;
}
</style>
background-color css
<style>
a { background-color: #DBCC61; }
a { background-color: rgb(219,204,97); }
div.DivClassName
{
background-color: #DBCC61;
}
.BgClassName
{
background-color: #DBCC61;
}
</style>
border-color css
<style>
span { border-color: #DBCC61; }
span { border-color: rgb(219,204,97); }
td.TdClassName
{
border-color: #DBCC61;
}
.TagClassName
{
border-color: #DBCC61;
}
</style>