Shades of Golden Sand #DBCB63
Tints of Golden Sand #DBCB63
RGB
CMYK
RGB Variations
Color information
#DBCB63 (or 0xDBCB63) is known color: Golden Sand. HEX triplet: DB, CB and 63. RGB value is (219,203,99). Sum of RGB (Red+Green+Blue) = 219+203+99=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 99 (39.06% from 255 or 19.00% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCB63 is #24349C. Grayscale: #C4C4C4. Windows color (decimal): -2372765 or 6540251. OLE color: 6540251.
HSL color Cylindrical-coordinate representation of color #DBCB63: hue angle of 52º 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 #DBCB63 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 99 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.14 |
| HSL | 52º | 0.63% | 0.62% | - |
| HSV(B) | 52º | 0.55% | 0.86% | - |
| XYZ | 52.82 | 58.67 | 20.35 | - |
| YUV | 195.93 | 73.3 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 99 | 0 | 0.07 | 0.55 | 0.14 | 52 | 0.63 | 0.62 |
| Hex | DB | CB | 63 | 0 | 7 | 37 | E | 34 | 3E | 3E |
| Octal | 333 | 313 | 143 | 0 | 7 | 67 | 16 | 64 | 76 | 76 |
| Binary | 11011011 | 11001011 | 1100011 | 0 | 111 | 110111 | 1110 | 110100 | 111110 | 111110 |
Color Harmonies of #DBCB63
Complementary color
Monochromatic Colors of #DBCB63
Black with #DBCB63
Text Example
Text Example
White with #DBCB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB63; }
p { color: rgb(219,203,99); }
H1.HeaderClassName
{
color: #DBCB63;
}
.AnyTagClassName
{
color: #DBCB63;
}
</style>
background-color css
<style>
a { background-color: #DBCB63; }
a { background-color: rgb(219,203,99); }
div.DivClassName
{
background-color: #DBCB63;
}
.BgClassName
{
background-color: #DBCB63;
}
</style>
border-color css
<style>
span { border-color: #DBCB63; }
span { border-color: rgb(219,203,99); }
td.TdClassName
{
border-color: #DBCB63;
}
.TagClassName
{
border-color: #DBCB63;
}
</style>