Shades of Golden Sand #DEC95B
Tints of Golden Sand #DEC95B
RGB
CMYK
RGB Variations
Color information
#DEC95B (or 0xDEC95B) is known color: Golden Sand. HEX triplet: DE, C9 and 5B. RGB value is (222,201,91). Sum of RGB (Red+Green+Blue) = 222+201+91=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 91 (35.94% from 255 or 17.70% from 514); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC95B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC95B is #2136A4. Grayscale: #C3C3C3. Windows color (decimal): -2176677 or 6015454. OLE color: 6015454.
HSL color Cylindrical-coordinate representation of color #DEC95B: hue angle of 50.38º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DEC95B is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 91 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.13 |
| HSL | 50.38º | 0.66% | 0.61% | - |
| HSV(B) | 50.38º | 0.59% | 0.87% | - |
| XYZ | 52.9 | 58.06 | 18.32 | - |
| YUV | 194.74 | 69.46 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 91 | 0 | 0.09 | 0.59 | 0.13 | 50.38 | 0.66 | 0.61 |
| Hex | DE | C9 | 5B | 0 | 9 | 3B | D | 32 | 42 | 3D |
| Octal | 336 | 311 | 133 | 0 | 11 | 73 | 15 | 62 | 102 | 75 |
| Binary | 11011110 | 11001001 | 1011011 | 0 | 1001 | 111011 | 1101 | 110010 | 1000010 | 111101 |
Color Harmonies of #DEC95B
Complementary color
Monochromatic Colors of #DEC95B
Black with #DEC95B
Text Example
Text Example
White with #DEC95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC95B; }
p { color: rgb(222,201,91); }
H1.HeaderClassName
{
color: #DEC95B;
}
.AnyTagClassName
{
color: #DEC95B;
}
</style>
background-color css
<style>
a { background-color: #DEC95B; }
a { background-color: rgb(222,201,91); }
div.DivClassName
{
background-color: #DEC95B;
}
.BgClassName
{
background-color: #DEC95B;
}
</style>
border-color css
<style>
span { border-color: #DEC95B; }
span { border-color: rgb(222,201,91); }
td.TdClassName
{
border-color: #DEC95B;
}
.TagClassName
{
border-color: #DEC95B;
}
</style>