Shades of Golden Sand #DBCC66
Tints of Golden Sand #DBCC66
RGB
CMYK
RGB Variations
Color information
#DBCC66 (or 0xDBCC66) is known color: Golden Sand. HEX triplet: DB, CC and 66. RGB value is (219,204,102). Sum of RGB (Red+Green+Blue) = 219+204+102=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 102 (40.23% from 255 or 19.43% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC66 is #243399. Grayscale: #C5C5C5. Windows color (decimal): -2372506 or 6737115. OLE color: 6737115.
HSL color Cylindrical-coordinate representation of color #DBCC66: hue angle of 52.31º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBCC66 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 102 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.14 |
| HSL | 52.31º | 0.62% | 0.63% | - |
| HSV(B) | 52.31º | 0.53% | 0.86% | - |
| XYZ | 53.2 | 59.21 | 21.19 | - |
| YUV | 196.86 | 74.47 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 102 | 0 | 0.07 | 0.53 | 0.14 | 52.31 | 0.62 | 0.63 |
| Hex | DB | CC | 66 | 0 | 7 | 35 | E | 34 | 3E | 3F |
| Octal | 333 | 314 | 146 | 0 | 7 | 65 | 16 | 64 | 76 | 77 |
| Binary | 11011011 | 11001100 | 1100110 | 0 | 111 | 110101 | 1110 | 110100 | 111110 | 111111 |
Color Harmonies of #DBCC66
Complementary color
Monochromatic Colors of #DBCC66
Black with #DBCC66
Text Example
Text Example
White with #DBCC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC66; }
p { color: rgb(219,204,102); }
H1.HeaderClassName
{
color: #DBCC66;
}
.AnyTagClassName
{
color: #DBCC66;
}
</style>
background-color css
<style>
a { background-color: #DBCC66; }
a { background-color: rgb(219,204,102); }
div.DivClassName
{
background-color: #DBCC66;
}
.BgClassName
{
background-color: #DBCC66;
}
</style>
border-color css
<style>
span { border-color: #DBCC66; }
span { border-color: rgb(219,204,102); }
td.TdClassName
{
border-color: #DBCC66;
}
.TagClassName
{
border-color: #DBCC66;
}
</style>