Shades of Sandwisp #DFCF7E
Tints of Sandwisp #DFCF7E
RGB
CMYK
RGB Variations
Color information
#DFCF7E (or 0xDFCF7E) is known color: Sandwisp. HEX triplet: DF, CF and 7E. RGB value is (223,207,126). Sum of RGB (Red+Green+Blue) = 223+207+126=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 126 (49.61% from 255 or 22.66% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCF7E is #203081. Grayscale: #CACACA. Windows color (decimal): -2109570 or 8310751. OLE color: 8310751.
HSL color Cylindrical-coordinate representation of color #DFCF7E: hue angle of 50.1º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFCF7E is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 207 | 126 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.13 |
| HSL | 50.1º | 0.6% | 0.68% | - |
| HSV(B) | 50.1º | 0.43% | 0.87% | - |
| XYZ | 56.51 | 61.82 | 28.69 | - |
| YUV | 202.55 | 84.8 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 207 | 126 | 0 | 0.07 | 0.43 | 0.13 | 50.1 | 0.6 | 0.68 |
| Hex | DF | CF | 7E | 0 | 7 | 2B | D | 32 | 3C | 44 |
| Octal | 337 | 317 | 176 | 0 | 7 | 53 | 15 | 62 | 74 | 104 |
| Binary | 11011111 | 11001111 | 1111110 | 0 | 111 | 101011 | 1101 | 110010 | 111100 | 1000100 |
Color Harmonies of #DFCF7E
Complementary color
Monochromatic Colors of #DFCF7E
Black with #DFCF7E
Text Example
Text Example
White with #DFCF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCF7E; }
p { color: rgb(223,207,126); }
H1.HeaderClassName
{
color: #DFCF7E;
}
.AnyTagClassName
{
color: #DFCF7E;
}
</style>
background-color css
<style>
a { background-color: #DFCF7E; }
a { background-color: rgb(223,207,126); }
div.DivClassName
{
background-color: #DFCF7E;
}
.BgClassName
{
background-color: #DFCF7E;
}
</style>
border-color css
<style>
span { border-color: #DFCF7E; }
span { border-color: rgb(223,207,126); }
td.TdClassName
{
border-color: #DFCF7E;
}
.TagClassName
{
border-color: #DFCF7E;
}
</style>