Shades of Golden Sand #DDC95C
Tints of Golden Sand #DDC95C
RGB
CMYK
RGB Variations
Color information
#DDC95C (or 0xDDC95C) is known color: Golden Sand. HEX triplet: DD, C9 and 5C. RGB value is (221,201,92). Sum of RGB (Red+Green+Blue) = 221+201+92=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 92 (36.33% from 255 or 17.90% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC95C is #2236A3. Grayscale: #C3C3C3. Windows color (decimal): -2242212 or 6080989. OLE color: 6080989.
HSL color Cylindrical-coordinate representation of color #DDC95C: hue angle of 50.7º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDC95C is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 92 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.13 |
| HSL | 50.7º | 0.65% | 0.61% | - |
| HSV(B) | 50.7º | 0.58% | 0.87% | - |
| XYZ | 52.64 | 57.92 | 18.53 | - |
| YUV | 194.55 | 70.13 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 92 | 0 | 0.09 | 0.58 | 0.13 | 50.7 | 0.65 | 0.61 |
| Hex | DD | C9 | 5C | 0 | 9 | 3A | D | 33 | 41 | 3D |
| Octal | 335 | 311 | 134 | 0 | 11 | 72 | 15 | 63 | 101 | 75 |
| Binary | 11011101 | 11001001 | 1011100 | 0 | 1001 | 111010 | 1101 | 110011 | 1000001 | 111101 |
Color Harmonies of #DDC95C
Complementary color
Monochromatic Colors of #DDC95C
Black with #DDC95C
Text Example
Text Example
White with #DDC95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC95C; }
p { color: rgb(221,201,92); }
H1.HeaderClassName
{
color: #DDC95C;
}
.AnyTagClassName
{
color: #DDC95C;
}
</style>
background-color css
<style>
a { background-color: #DDC95C; }
a { background-color: rgb(221,201,92); }
div.DivClassName
{
background-color: #DDC95C;
}
.BgClassName
{
background-color: #DDC95C;
}
</style>
border-color css
<style>
span { border-color: #DDC95C; }
span { border-color: rgb(221,201,92); }
td.TdClassName
{
border-color: #DDC95C;
}
.TagClassName
{
border-color: #DDC95C;
}
</style>