Shades of Golden Sand #DECF67
Tints of Golden Sand #DECF67
RGB
CMYK
RGB Variations
Color information
#DECF67 (or 0xDECF67) is known color: Golden Sand. HEX triplet: DE, CF and 67. RGB value is (222,207,103). Sum of RGB (Red+Green+Blue) = 222+207+103=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 103 (40.62% from 255 or 19.36% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECF67 is #213098. Grayscale: #C8C8C8. Windows color (decimal): -2175129 or 6803422. OLE color: 6803422.
HSL color Cylindrical-coordinate representation of color #DECF67: hue angle of 52.44º degrees, saturation: 0.64, 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 #DECF67 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 103 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.13 |
| HSL | 52.44º | 0.64% | 0.64% | - |
| HSV(B) | 52.44º | 0.54% | 0.87% | - |
| XYZ | 54.89 | 61.13 | 21.74 | - |
| YUV | 199.63 | 73.47 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 103 | 0 | 0.07 | 0.54 | 0.13 | 52.44 | 0.64 | 0.64 |
| Hex | DE | CF | 67 | 0 | 7 | 36 | D | 34 | 40 | 40 |
| Octal | 336 | 317 | 147 | 0 | 7 | 66 | 15 | 64 | 100 | 100 |
| Binary | 11011110 | 11001111 | 1100111 | 0 | 111 | 110110 | 1101 | 110100 | 1000000 | 1000000 |
Color Harmonies of #DECF67
Complementary color
Monochromatic Colors of #DECF67
Black with #DECF67
Text Example
Text Example
White with #DECF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF67; }
p { color: rgb(222,207,103); }
H1.HeaderClassName
{
color: #DECF67;
}
.AnyTagClassName
{
color: #DECF67;
}
</style>
background-color css
<style>
a { background-color: #DECF67; }
a { background-color: rgb(222,207,103); }
div.DivClassName
{
background-color: #DECF67;
}
.BgClassName
{
background-color: #DECF67;
}
</style>
border-color css
<style>
span { border-color: #DECF67; }
span { border-color: rgb(222,207,103); }
td.TdClassName
{
border-color: #DECF67;
}
.TagClassName
{
border-color: #DECF67;
}
</style>