Shades of Golden Sand #DFCB5D
Tints of Golden Sand #DFCB5D
RGB
CMYK
RGB Variations
Color information
#DFCB5D (or 0xDFCB5D) is known color: Golden Sand. HEX triplet: DF, CB and 5D. RGB value is (223,203,93). Sum of RGB (Red+Green+Blue) = 223+203+93=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 93 (36.72% from 255 or 17.92% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCB5D is #2034A2. Grayscale: #C4C4C4. Windows color (decimal): -2110627 or 6147039. OLE color: 6147039.
HSL color Cylindrical-coordinate representation of color #DFCB5D: hue angle of 50.77º 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 #DFCB5D is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 93 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.13 |
| HSL | 50.77º | 0.67% | 0.62% | - |
| HSV(B) | 50.77º | 0.58% | 0.87% | - |
| XYZ | 53.76 | 59.19 | 18.95 | - |
| YUV | 196.44 | 69.63 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 93 | 0 | 0.09 | 0.58 | 0.13 | 50.77 | 0.67 | 0.62 |
| Hex | DF | CB | 5D | 0 | 9 | 3A | D | 33 | 43 | 3E |
| Octal | 337 | 313 | 135 | 0 | 11 | 72 | 15 | 63 | 103 | 76 |
| Binary | 11011111 | 11001011 | 1011101 | 0 | 1001 | 111010 | 1101 | 110011 | 1000011 | 111110 |
Color Harmonies of #DFCB5D
Complementary color
Monochromatic Colors of #DFCB5D
Black with #DFCB5D
Text Example
Text Example
White with #DFCB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB5D; }
p { color: rgb(223,203,93); }
H1.HeaderClassName
{
color: #DFCB5D;
}
.AnyTagClassName
{
color: #DFCB5D;
}
</style>
background-color css
<style>
a { background-color: #DFCB5D; }
a { background-color: rgb(223,203,93); }
div.DivClassName
{
background-color: #DFCB5D;
}
.BgClassName
{
background-color: #DFCB5D;
}
</style>
border-color css
<style>
span { border-color: #DFCB5D; }
span { border-color: rgb(223,203,93); }
td.TdClassName
{
border-color: #DFCB5D;
}
.TagClassName
{
border-color: #DFCB5D;
}
</style>