Shades of Golden Sand #DFCC6A
Tints of Golden Sand #DFCC6A
RGB
CMYK
RGB Variations
Color information
#DFCC6A (or 0xDFCC6A) is known color: Golden Sand. HEX triplet: DF, CC and 6A. RGB value is (223,204,106). Sum of RGB (Red+Green+Blue) = 223+204+106=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 106 (41.80% from 255 or 19.89% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC6A is #203395. Grayscale: #C6C6C6. Windows color (decimal): -2110358 or 6999263. OLE color: 6999263.
HSL color Cylindrical-coordinate representation of color #DFCC6A: hue angle of 50.26º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFCC6A is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 106 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.13 |
| HSL | 50.26º | 0.65% | 0.65% | - |
| HSV(B) | 50.26º | 0.52% | 0.87% | - |
| XYZ | 54.63 | 59.91 | 22.32 | - |
| YUV | 198.51 | 75.79 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 106 | 0 | 0.09 | 0.52 | 0.13 | 50.26 | 0.65 | 0.65 |
| Hex | DF | CC | 6A | 0 | 9 | 34 | D | 32 | 41 | 41 |
| Octal | 337 | 314 | 152 | 0 | 11 | 64 | 15 | 62 | 101 | 101 |
| Binary | 11011111 | 11001100 | 1101010 | 0 | 1001 | 110100 | 1101 | 110010 | 1000001 | 1000001 |
Color Harmonies of #DFCC6A
Complementary color
Monochromatic Colors of #DFCC6A
Black with #DFCC6A
Text Example
Text Example
White with #DFCC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC6A; }
p { color: rgb(223,204,106); }
H1.HeaderClassName
{
color: #DFCC6A;
}
.AnyTagClassName
{
color: #DFCC6A;
}
</style>
background-color css
<style>
a { background-color: #DFCC6A; }
a { background-color: rgb(223,204,106); }
div.DivClassName
{
background-color: #DFCC6A;
}
.BgClassName
{
background-color: #DFCC6A;
}
</style>
border-color css
<style>
span { border-color: #DFCC6A; }
span { border-color: rgb(223,204,106); }
td.TdClassName
{
border-color: #DFCC6A;
}
.TagClassName
{
border-color: #DFCC6A;
}
</style>