Shades of Golden Sand #DFCD62
Tints of Golden Sand #DFCD62
RGB
CMYK
RGB Variations
Color information
#DFCD62 (or 0xDFCD62) is known color: Golden Sand. HEX triplet: DF, CD and 62. RGB value is (223,205,98). Sum of RGB (Red+Green+Blue) = 223+205+98=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 98 (38.67% from 255 or 18.63% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCD62 is #20329D. Grayscale: #C6C6C6. Windows color (decimal): -2110110 or 6475231. OLE color: 6475231.
HSL color Cylindrical-coordinate representation of color #DFCD62: hue angle of 51.36º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DFCD62 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 98 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.13 |
| HSL | 51.36º | 0.66% | 0.63% | - |
| HSV(B) | 51.36º | 0.56% | 0.87% | - |
| XYZ | 54.47 | 60.23 | 20.31 | - |
| YUV | 198.18 | 71.46 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 98 | 0 | 0.08 | 0.56 | 0.13 | 51.36 | 0.66 | 0.63 |
| Hex | DF | CD | 62 | 0 | 8 | 38 | D | 33 | 42 | 3F |
| Octal | 337 | 315 | 142 | 0 | 10 | 70 | 15 | 63 | 102 | 77 |
| Binary | 11011111 | 11001101 | 1100010 | 0 | 1000 | 111000 | 1101 | 110011 | 1000010 | 111111 |
Color Harmonies of #DFCD62
Complementary color
Monochromatic Colors of #DFCD62
Black with #DFCD62
Text Example
Text Example
White with #DFCD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCD62; }
p { color: rgb(223,205,98); }
H1.HeaderClassName
{
color: #DFCD62;
}
.AnyTagClassName
{
color: #DFCD62;
}
</style>
background-color css
<style>
a { background-color: #DFCD62; }
a { background-color: rgb(223,205,98); }
div.DivClassName
{
background-color: #DFCD62;
}
.BgClassName
{
background-color: #DFCD62;
}
</style>
border-color css
<style>
span { border-color: #DFCD62; }
span { border-color: rgb(223,205,98); }
td.TdClassName
{
border-color: #DFCD62;
}
.TagClassName
{
border-color: #DFCD62;
}
</style>