Shades of Golden Sand #DEC965
Tints of Golden Sand #DEC965
RGB
CMYK
RGB Variations
Color information
#DEC965 (or 0xDEC965) is known color: Golden Sand. HEX triplet: DE, C9 and 65. RGB value is (222,201,101). Sum of RGB (Red+Green+Blue) = 222+201+101=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC965 is #21369A. Grayscale: #C4C4C4. Windows color (decimal): -2176667 or 6670814. OLE color: 6670814.
HSL color Cylindrical-coordinate representation of color #DEC965: hue angle of 49.59º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DEC965 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 101 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.13 |
| HSL | 49.59º | 0.65% | 0.63% | - |
| HSV(B) | 49.59º | 0.55% | 0.87% | - |
| XYZ | 53.36 | 58.24 | 20.74 | - |
| YUV | 195.88 | 74.46 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 101 | 0 | 0.09 | 0.55 | 0.13 | 49.59 | 0.65 | 0.63 |
| Hex | DE | C9 | 65 | 0 | 9 | 37 | D | 32 | 41 | 3F |
| Octal | 336 | 311 | 145 | 0 | 11 | 67 | 15 | 62 | 101 | 77 |
| Binary | 11011110 | 11001001 | 1100101 | 0 | 1001 | 110111 | 1101 | 110010 | 1000001 | 111111 |
Color Harmonies of #DEC965
Complementary color
Monochromatic Colors of #DEC965
Black with #DEC965
Text Example
Text Example
White with #DEC965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC965; }
p { color: rgb(222,201,101); }
H1.HeaderClassName
{
color: #DEC965;
}
.AnyTagClassName
{
color: #DEC965;
}
</style>
background-color css
<style>
a { background-color: #DEC965; }
a { background-color: rgb(222,201,101); }
div.DivClassName
{
background-color: #DEC965;
}
.BgClassName
{
background-color: #DEC965;
}
</style>
border-color css
<style>
span { border-color: #DEC965; }
span { border-color: rgb(222,201,101); }
td.TdClassName
{
border-color: #DEC965;
}
.TagClassName
{
border-color: #DEC965;
}
</style>