Shades of Golden Sand #DBCD63
Tints of Golden Sand #DBCD63
RGB
CMYK
RGB Variations
Color information
#DBCD63 (or 0xDBCD63) is known color: Golden Sand. HEX triplet: DB, CD and 63. RGB value is (219,205,99). Sum of RGB (Red+Green+Blue) = 219+205+99=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 99 (39.06% from 255 or 18.93% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCD63 is #24329C. Grayscale: #C5C5C5. Windows color (decimal): -2372253 or 6540763. OLE color: 6540763.
HSL color Cylindrical-coordinate representation of color #DBCD63: hue angle of 53º 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 #DBCD63 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 99 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.14 |
| HSL | 53º | 0.63% | 0.62% | - |
| HSV(B) | 53º | 0.55% | 0.86% | - |
| XYZ | 53.3 | 59.62 | 20.5 | - |
| YUV | 197.1 | 72.64 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 99 | 0 | 0.06 | 0.55 | 0.14 | 53 | 0.63 | 0.62 |
| Hex | DB | CD | 63 | 0 | 6 | 37 | E | 35 | 3E | 3E |
| Octal | 333 | 315 | 143 | 0 | 6 | 67 | 16 | 65 | 76 | 76 |
| Binary | 11011011 | 11001101 | 1100011 | 0 | 110 | 110111 | 1110 | 110101 | 111110 | 111110 |
Color Harmonies of #DBCD63
Complementary color
Monochromatic Colors of #DBCD63
Black with #DBCD63
Text Example
Text Example
White with #DBCD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD63; }
p { color: rgb(219,205,99); }
H1.HeaderClassName
{
color: #DBCD63;
}
.AnyTagClassName
{
color: #DBCD63;
}
</style>
background-color css
<style>
a { background-color: #DBCD63; }
a { background-color: rgb(219,205,99); }
div.DivClassName
{
background-color: #DBCD63;
}
.BgClassName
{
background-color: #DBCD63;
}
</style>
border-color css
<style>
span { border-color: #DBCD63; }
span { border-color: rgb(219,205,99); }
td.TdClassName
{
border-color: #DBCD63;
}
.TagClassName
{
border-color: #DBCD63;
}
</style>