Shades of Golden Sand #DDC85F
Tints of Golden Sand #DDC85F
RGB
CMYK
RGB Variations
Color information
#DDC85F (or 0xDDC85F) is known color: Golden Sand. HEX triplet: DD, C8 and 5F. RGB value is (221,200,95). Sum of RGB (Red+Green+Blue) = 221+200+95=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 95 (37.5% from 255 or 18.41% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC85F is #2237A0. Grayscale: #C2C2C2. Windows color (decimal): -2242465 or 6277341. OLE color: 6277341.
HSL color Cylindrical-coordinate representation of color #DDC85F: hue angle of 50º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDC85F is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 95 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.13 |
| HSL | 50º | 0.65% | 0.62% | - |
| HSV(B) | 50º | 0.57% | 0.87% | - |
| XYZ | 52.54 | 57.51 | 19.16 | - |
| YUV | 194.31 | 71.96 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 95 | 0 | 0.10 | 0.57 | 0.13 | 50 | 0.65 | 0.62 |
| Hex | DD | C8 | 5F | 0 | A | 39 | D | 32 | 41 | 3E |
| Octal | 335 | 310 | 137 | 0 | 12 | 71 | 15 | 62 | 101 | 76 |
| Binary | 11011101 | 11001000 | 1011111 | 0 | 1010 | 111001 | 1101 | 110010 | 1000001 | 111110 |
Color Harmonies of #DDC85F
Complementary color
Monochromatic Colors of #DDC85F
Black with #DDC85F
Text Example
Text Example
White with #DDC85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC85F; }
p { color: rgb(221,200,95); }
H1.HeaderClassName
{
color: #DDC85F;
}
.AnyTagClassName
{
color: #DDC85F;
}
</style>
background-color css
<style>
a { background-color: #DDC85F; }
a { background-color: rgb(221,200,95); }
div.DivClassName
{
background-color: #DDC85F;
}
.BgClassName
{
background-color: #DDC85F;
}
</style>
border-color css
<style>
span { border-color: #DDC85F; }
span { border-color: rgb(221,200,95); }
td.TdClassName
{
border-color: #DDC85F;
}
.TagClassName
{
border-color: #DDC85F;
}
</style>