Shades of Golden Sand #DFCB66
Tints of Golden Sand #DFCB66
RGB
CMYK
RGB Variations
Color information
#DFCB66 (or 0xDFCB66) is known color: Golden Sand. HEX triplet: DF, CB and 66. RGB value is (223,203,102). Sum of RGB (Red+Green+Blue) = 223+203+102=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 102 (40.23% from 255 or 19.32% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCB66 is #203499. Grayscale: #C5C5C5. Windows color (decimal): -2110618 or 6736863. OLE color: 6736863.
HSL color Cylindrical-coordinate representation of color #DFCB66: hue angle of 50.08º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFCB66 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 102 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.13 |
| HSL | 50.08º | 0.65% | 0.64% | - |
| HSV(B) | 50.08º | 0.54% | 0.87% | - |
| XYZ | 54.19 | 59.36 | 21.17 | - |
| YUV | 197.47 | 74.13 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 102 | 0 | 0.09 | 0.54 | 0.13 | 50.08 | 0.65 | 0.64 |
| Hex | DF | CB | 66 | 0 | 9 | 36 | D | 32 | 41 | 40 |
| Octal | 337 | 313 | 146 | 0 | 11 | 66 | 15 | 62 | 101 | 100 |
| Binary | 11011111 | 11001011 | 1100110 | 0 | 1001 | 110110 | 1101 | 110010 | 1000001 | 1000000 |
Color Harmonies of #DFCB66
Complementary color
Monochromatic Colors of #DFCB66
Black with #DFCB66
Text Example
Text Example
White with #DFCB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB66; }
p { color: rgb(223,203,102); }
H1.HeaderClassName
{
color: #DFCB66;
}
.AnyTagClassName
{
color: #DFCB66;
}
</style>
background-color css
<style>
a { background-color: #DFCB66; }
a { background-color: rgb(223,203,102); }
div.DivClassName
{
background-color: #DFCB66;
}
.BgClassName
{
background-color: #DFCB66;
}
</style>
border-color css
<style>
span { border-color: #DFCB66; }
span { border-color: rgb(223,203,102); }
td.TdClassName
{
border-color: #DFCB66;
}
.TagClassName
{
border-color: #DFCB66;
}
</style>