Shades of Golden Sand #DFCB5F
Tints of Golden Sand #DFCB5F
RGB
CMYK
RGB Variations
Color information
#DFCB5F (or 0xDFCB5F) is known color: Golden Sand. HEX triplet: DF, CB and 5F. RGB value is (223,203,95). Sum of RGB (Red+Green+Blue) = 223+203+95=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 95 (37.5% from 255 or 18.23% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCB5F is #2034A0. Grayscale: #C5C5C5. Windows color (decimal): -2110625 or 6278111. OLE color: 6278111.
HSL color Cylindrical-coordinate representation of color #DFCB5F: hue angle of 50.62º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFCB5F is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 95 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.13 |
| HSL | 50.63º | 0.67% | 0.62% | - |
| HSV(B) | 50.63º | 0.57% | 0.87% | - |
| XYZ | 53.85 | 59.23 | 19.42 | - |
| YUV | 196.67 | 70.63 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 95 | 0 | 0.09 | 0.57 | 0.13 | 50.63 | 0.67 | 0.62 |
| Hex | DF | CB | 5F | 0 | 9 | 39 | D | 33 | 43 | 3E |
| Octal | 337 | 313 | 137 | 0 | 11 | 71 | 15 | 63 | 103 | 76 |
| Binary | 11011111 | 11001011 | 1011111 | 0 | 1001 | 111001 | 1101 | 110011 | 1000011 | 111110 |
Color Harmonies of #DFCB5F
Complementary color
Monochromatic Colors of #DFCB5F
Black with #DFCB5F
Text Example
Text Example
White with #DFCB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB5F; }
p { color: rgb(223,203,95); }
H1.HeaderClassName
{
color: #DFCB5F;
}
.AnyTagClassName
{
color: #DFCB5F;
}
</style>
background-color css
<style>
a { background-color: #DFCB5F; }
a { background-color: rgb(223,203,95); }
div.DivClassName
{
background-color: #DFCB5F;
}
.BgClassName
{
background-color: #DFCB5F;
}
</style>
border-color css
<style>
span { border-color: #DFCB5F; }
span { border-color: rgb(223,203,95); }
td.TdClassName
{
border-color: #DFCB5F;
}
.TagClassName
{
border-color: #DFCB5F;
}
</style>