Shades of Golden Sand #DFCB68
Tints of Golden Sand #DFCB68
RGB
CMYK
RGB Variations
Color information
#DFCB68 (or 0xDFCB68) is known color: Golden Sand. HEX triplet: DF, CB and 68. RGB value is (223,203,104). Sum of RGB (Red+Green+Blue) = 223+203+104=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 104 (41.02% from 255 or 19.62% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCB68 is #203497. Grayscale: #C6C6C6. Windows color (decimal): -2110616 or 6867935. OLE color: 6867935.
HSL color Cylindrical-coordinate representation of color #DFCB68: hue angle of 49.92º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DFCB68 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 104 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.13 |
| HSL | 49.92º | 0.65% | 0.64% | - |
| HSV(B) | 49.92º | 0.53% | 0.87% | - |
| XYZ | 54.29 | 59.4 | 21.7 | - |
| YUV | 197.69 | 75.13 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 104 | 0 | 0.09 | 0.53 | 0.13 | 49.92 | 0.65 | 0.64 |
| Hex | DF | CB | 68 | 0 | 9 | 35 | D | 32 | 41 | 40 |
| Octal | 337 | 313 | 150 | 0 | 11 | 65 | 15 | 62 | 101 | 100 |
| Binary | 11011111 | 11001011 | 1101000 | 0 | 1001 | 110101 | 1101 | 110010 | 1000001 | 1000000 |
Color Harmonies of #DFCB68
Complementary color
Monochromatic Colors of #DFCB68
Black with #DFCB68
Text Example
Text Example
White with #DFCB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB68; }
p { color: rgb(223,203,104); }
H1.HeaderClassName
{
color: #DFCB68;
}
.AnyTagClassName
{
color: #DFCB68;
}
</style>
background-color css
<style>
a { background-color: #DFCB68; }
a { background-color: rgb(223,203,104); }
div.DivClassName
{
background-color: #DFCB68;
}
.BgClassName
{
background-color: #DFCB68;
}
</style>
border-color css
<style>
span { border-color: #DFCB68; }
span { border-color: rgb(223,203,104); }
td.TdClassName
{
border-color: #DFCB68;
}
.TagClassName
{
border-color: #DFCB68;
}
</style>