Shades of Golden Sand #DBCC63
Tints of Golden Sand #DBCC63
RGB
CMYK
RGB Variations
Color information
#DBCC63 (or 0xDBCC63) is known color: Golden Sand. HEX triplet: DB, CC and 63. RGB value is (219,204,99). Sum of RGB (Red+Green+Blue) = 219+204+99=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 99 (39.06% from 255 or 18.97% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC63 is #24339C. Grayscale: #C4C4C4. Windows color (decimal): -2372509 or 6540507. OLE color: 6540507.
HSL color Cylindrical-coordinate representation of color #DBCC63: hue angle of 52.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBCC63 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 99 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.14 |
| HSL | 52.5º | 0.63% | 0.62% | - |
| HSV(B) | 52.5º | 0.55% | 0.86% | - |
| XYZ | 53.06 | 59.15 | 20.42 | - |
| YUV | 196.52 | 72.97 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 99 | 0 | 0.07 | 0.55 | 0.14 | 52.5 | 0.63 | 0.62 |
| Hex | DB | CC | 63 | 0 | 7 | 37 | E | 34 | 3E | 3E |
| Octal | 333 | 314 | 143 | 0 | 7 | 67 | 16 | 64 | 76 | 76 |
| Binary | 11011011 | 11001100 | 1100011 | 0 | 111 | 110111 | 1110 | 110100 | 111110 | 111110 |
Color Harmonies of #DBCC63
Complementary color
Monochromatic Colors of #DBCC63
Black with #DBCC63
Text Example
Text Example
White with #DBCC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC63; }
p { color: rgb(219,204,99); }
H1.HeaderClassName
{
color: #DBCC63;
}
.AnyTagClassName
{
color: #DBCC63;
}
</style>
background-color css
<style>
a { background-color: #DBCC63; }
a { background-color: rgb(219,204,99); }
div.DivClassName
{
background-color: #DBCC63;
}
.BgClassName
{
background-color: #DBCC63;
}
</style>
border-color css
<style>
span { border-color: #DBCC63; }
span { border-color: rgb(219,204,99); }
td.TdClassName
{
border-color: #DBCC63;
}
.TagClassName
{
border-color: #DBCC63;
}
</style>