Shades of Golden Sand #DFCE67
Tints of Golden Sand #DFCE67
RGB
CMYK
RGB Variations
Color information
#DFCE67 (or 0xDFCE67) is known color: Golden Sand. HEX triplet: DF, CE and 67. RGB value is (223,206,103). Sum of RGB (Red+Green+Blue) = 223+206+103=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 103 (40.62% from 255 or 19.36% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCE67 is #203198. Grayscale: #C7C7C7. Windows color (decimal): -2109849 or 6803167. OLE color: 6803167.
HSL color Cylindrical-coordinate representation of color #DFCE67: hue angle of 51.5º 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 #DFCE67 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 206 | 103 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.13 |
| HSL | 51.5º | 0.65% | 0.64% | - |
| HSV(B) | 51.5º | 0.54% | 0.87% | - |
| XYZ | 54.95 | 60.81 | 21.67 | - |
| YUV | 199.34 | 73.63 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 206 | 103 | 0 | 0.08 | 0.54 | 0.13 | 51.5 | 0.65 | 0.64 |
| Hex | DF | CE | 67 | 0 | 8 | 36 | D | 34 | 41 | 40 |
| Octal | 337 | 316 | 147 | 0 | 10 | 66 | 15 | 64 | 101 | 100 |
| Binary | 11011111 | 11001110 | 1100111 | 0 | 1000 | 110110 | 1101 | 110100 | 1000001 | 1000000 |
Color Harmonies of #DFCE67
Complementary color
Monochromatic Colors of #DFCE67
Black with #DFCE67
Text Example
Text Example
White with #DFCE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCE67; }
p { color: rgb(223,206,103); }
H1.HeaderClassName
{
color: #DFCE67;
}
.AnyTagClassName
{
color: #DFCE67;
}
</style>
background-color css
<style>
a { background-color: #DFCE67; }
a { background-color: rgb(223,206,103); }
div.DivClassName
{
background-color: #DFCE67;
}
.BgClassName
{
background-color: #DFCE67;
}
</style>
border-color css
<style>
span { border-color: #DFCE67; }
span { border-color: rgb(223,206,103); }
td.TdClassName
{
border-color: #DFCE67;
}
.TagClassName
{
border-color: #DFCE67;
}
</style>