Shades of Golden Sand #DFCB5C
Tints of Golden Sand #DFCB5C
RGB
CMYK
RGB Variations
Color information
#DFCB5C (or 0xDFCB5C) is known color: Golden Sand. HEX triplet: DF, CB and 5C. RGB value is (223,203,92). Sum of RGB (Red+Green+Blue) = 223+203+92=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 92 (36.33% from 255 or 17.76% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCB5C is #2034A3. Grayscale: #C4C4C4. Windows color (decimal): -2110628 or 6081503. OLE color: 6081503.
HSL color Cylindrical-coordinate representation of color #DFCB5C: hue angle of 50.84º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DFCB5C is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 92 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.13 |
| HSL | 50.84º | 0.67% | 0.62% | - |
| HSV(B) | 50.84º | 0.59% | 0.87% | - |
| XYZ | 53.72 | 59.17 | 18.72 | - |
| YUV | 196.33 | 69.13 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 92 | 0 | 0.09 | 0.59 | 0.13 | 50.84 | 0.67 | 0.62 |
| Hex | DF | CB | 5C | 0 | 9 | 3B | D | 33 | 43 | 3E |
| Octal | 337 | 313 | 134 | 0 | 11 | 73 | 15 | 63 | 103 | 76 |
| Binary | 11011111 | 11001011 | 1011100 | 0 | 1001 | 111011 | 1101 | 110011 | 1000011 | 111110 |
Color Harmonies of #DFCB5C
Complementary color
Monochromatic Colors of #DFCB5C
Black with #DFCB5C
Text Example
Text Example
White with #DFCB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB5C; }
p { color: rgb(223,203,92); }
H1.HeaderClassName
{
color: #DFCB5C;
}
.AnyTagClassName
{
color: #DFCB5C;
}
</style>
background-color css
<style>
a { background-color: #DFCB5C; }
a { background-color: rgb(223,203,92); }
div.DivClassName
{
background-color: #DFCB5C;
}
.BgClassName
{
background-color: #DFCB5C;
}
</style>
border-color css
<style>
span { border-color: #DFCB5C; }
span { border-color: rgb(223,203,92); }
td.TdClassName
{
border-color: #DFCB5C;
}
.TagClassName
{
border-color: #DFCB5C;
}
</style>