Shades of Golden Sand #DFCB5E
Tints of Golden Sand #DFCB5E
RGB
CMYK
RGB Variations
Color information
#DFCB5E (or 0xDFCB5E) is known color: Golden Sand. HEX triplet: DF, CB and 5E. RGB value is (223,203,94). Sum of RGB (Red+Green+Blue) = 223+203+94=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 94 (37.11% from 255 or 18.08% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCB5E is #2034A1. Grayscale: #C5C5C5. Windows color (decimal): -2110626 or 6212575. OLE color: 6212575.
HSL color Cylindrical-coordinate representation of color #DFCB5E: hue angle of 50.7º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFCB5E is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 94 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.13 |
| HSL | 50.7º | 0.67% | 0.62% | - |
| HSV(B) | 50.7º | 0.58% | 0.87% | - |
| XYZ | 53.81 | 59.21 | 19.18 | - |
| YUV | 196.55 | 70.13 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 94 | 0 | 0.09 | 0.58 | 0.13 | 50.7 | 0.67 | 0.62 |
| Hex | DF | CB | 5E | 0 | 9 | 3A | D | 33 | 43 | 3E |
| Octal | 337 | 313 | 136 | 0 | 11 | 72 | 15 | 63 | 103 | 76 |
| Binary | 11011111 | 11001011 | 1011110 | 0 | 1001 | 111010 | 1101 | 110011 | 1000011 | 111110 |
Color Harmonies of #DFCB5E
Complementary color
Monochromatic Colors of #DFCB5E
Black with #DFCB5E
Text Example
Text Example
White with #DFCB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB5E; }
p { color: rgb(223,203,94); }
H1.HeaderClassName
{
color: #DFCB5E;
}
.AnyTagClassName
{
color: #DFCB5E;
}
</style>
background-color css
<style>
a { background-color: #DFCB5E; }
a { background-color: rgb(223,203,94); }
div.DivClassName
{
background-color: #DFCB5E;
}
.BgClassName
{
background-color: #DFCB5E;
}
</style>
border-color css
<style>
span { border-color: #DFCB5E; }
span { border-color: rgb(223,203,94); }
td.TdClassName
{
border-color: #DFCB5E;
}
.TagClassName
{
border-color: #DFCB5E;
}
</style>