Shades of Sandwisp #DFCF7C
Tints of Sandwisp #DFCF7C
RGB
CMYK
RGB Variations
Color information
#DFCF7C (or 0xDFCF7C) is known color: Sandwisp. HEX triplet: DF, CF and 7C. RGB value is (223,207,124). Sum of RGB (Red+Green+Blue) = 223+207+124=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 124 (48.83% from 255 or 22.38% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCF7C is #203083. Grayscale: #CACACA. Windows color (decimal): -2109572 or 8179679. OLE color: 8179679.
HSL color Cylindrical-coordinate representation of color #DFCF7C: hue angle of 50.3º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFCF7C is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 207 | 124 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.13 |
| HSL | 50.3º | 0.61% | 0.68% | - |
| HSV(B) | 50.3º | 0.44% | 0.87% | - |
| XYZ | 56.38 | 61.77 | 28.02 | - |
| YUV | 202.32 | 83.8 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 207 | 124 | 0 | 0.07 | 0.44 | 0.13 | 50.3 | 0.61 | 0.68 |
| Hex | DF | CF | 7C | 0 | 7 | 2C | D | 32 | 3D | 44 |
| Octal | 337 | 317 | 174 | 0 | 7 | 54 | 15 | 62 | 75 | 104 |
| Binary | 11011111 | 11001111 | 1111100 | 0 | 111 | 101100 | 1101 | 110010 | 111101 | 1000100 |
Color Harmonies of #DFCF7C
Complementary color
Monochromatic Colors of #DFCF7C
Black with #DFCF7C
Text Example
Text Example
White with #DFCF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCF7C; }
p { color: rgb(223,207,124); }
H1.HeaderClassName
{
color: #DFCF7C;
}
.AnyTagClassName
{
color: #DFCF7C;
}
</style>
background-color css
<style>
a { background-color: #DFCF7C; }
a { background-color: rgb(223,207,124); }
div.DivClassName
{
background-color: #DFCF7C;
}
.BgClassName
{
background-color: #DFCF7C;
}
</style>
border-color css
<style>
span { border-color: #DFCF7C; }
span { border-color: rgb(223,207,124); }
td.TdClassName
{
border-color: #DFCF7C;
}
.TagClassName
{
border-color: #DFCF7C;
}
</style>