Shades of Golden Sand #DFCB60
Tints of Golden Sand #DFCB60
RGB
CMYK
RGB Variations
Color information
#DFCB60 (or 0xDFCB60) is known color: Golden Sand. HEX triplet: DF, CB and 60. RGB value is (223,203,96). Sum of RGB (Red+Green+Blue) = 223+203+96=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 96 (37.89% from 255 or 18.39% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCB60 is #20349F. Grayscale: #C5C5C5. Windows color (decimal): -2110624 or 6343647. OLE color: 6343647.
HSL color Cylindrical-coordinate representation of color #DFCB60: hue angle of 50.55º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFCB60 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 96 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.13 |
| HSL | 50.55º | 0.66% | 0.63% | - |
| HSV(B) | 50.55º | 0.57% | 0.87% | - |
| XYZ | 53.9 | 59.24 | 19.66 | - |
| YUV | 196.78 | 71.13 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 96 | 0 | 0.09 | 0.57 | 0.13 | 50.55 | 0.66 | 0.63 |
| Hex | DF | CB | 60 | 0 | 9 | 39 | D | 33 | 42 | 3F |
| Octal | 337 | 313 | 140 | 0 | 11 | 71 | 15 | 63 | 102 | 77 |
| Binary | 11011111 | 11001011 | 1100000 | 0 | 1001 | 111001 | 1101 | 110011 | 1000010 | 111111 |
Color Harmonies of #DFCB60
Complementary color
Monochromatic Colors of #DFCB60
Black with #DFCB60
Text Example
Text Example
White with #DFCB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB60; }
p { color: rgb(223,203,96); }
H1.HeaderClassName
{
color: #DFCB60;
}
.AnyTagClassName
{
color: #DFCB60;
}
</style>
background-color css
<style>
a { background-color: #DFCB60; }
a { background-color: rgb(223,203,96); }
div.DivClassName
{
background-color: #DFCB60;
}
.BgClassName
{
background-color: #DFCB60;
}
</style>
border-color css
<style>
span { border-color: #DFCB60; }
span { border-color: rgb(223,203,96); }
td.TdClassName
{
border-color: #DFCB60;
}
.TagClassName
{
border-color: #DFCB60;
}
</style>