Shades of Golden Sand #DFCB67
Tints of Golden Sand #DFCB67
RGB
CMYK
RGB Variations
Color information
#DFCB67 (or 0xDFCB67) is known color: Golden Sand. HEX triplet: DF, CB and 67. RGB value is (223,203,103). Sum of RGB (Red+Green+Blue) = 223+203+103=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 103 (40.62% from 255 or 19.47% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCB67 is #203498. Grayscale: #C6C6C6. Windows color (decimal): -2110617 or 6802399. OLE color: 6802399.
HSL color Cylindrical-coordinate representation of color #DFCB67: hue angle of 50º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFCB67 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 103 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.13 |
| HSL | 50º | 0.65% | 0.64% | - |
| HSV(B) | 50º | 0.54% | 0.87% | - |
| XYZ | 54.24 | 59.38 | 21.43 | - |
| YUV | 197.58 | 74.63 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 103 | 0 | 0.09 | 0.54 | 0.13 | 50 | 0.65 | 0.64 |
| Hex | DF | CB | 67 | 0 | 9 | 36 | D | 32 | 41 | 40 |
| Octal | 337 | 313 | 147 | 0 | 11 | 66 | 15 | 62 | 101 | 100 |
| Binary | 11011111 | 11001011 | 1100111 | 0 | 1001 | 110110 | 1101 | 110010 | 1000001 | 1000000 |
Color Harmonies of #DFCB67
Complementary color
Monochromatic Colors of #DFCB67
Black with #DFCB67
Text Example
Text Example
White with #DFCB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB67; }
p { color: rgb(223,203,103); }
H1.HeaderClassName
{
color: #DFCB67;
}
.AnyTagClassName
{
color: #DFCB67;
}
</style>
background-color css
<style>
a { background-color: #DFCB67; }
a { background-color: rgb(223,203,103); }
div.DivClassName
{
background-color: #DFCB67;
}
.BgClassName
{
background-color: #DFCB67;
}
</style>
border-color css
<style>
span { border-color: #DFCB67; }
span { border-color: rgb(223,203,103); }
td.TdClassName
{
border-color: #DFCB67;
}
.TagClassName
{
border-color: #DFCB67;
}
</style>