Shades of Sandwisp #DFCF7F
Tints of Sandwisp #DFCF7F
RGB
CMYK
RGB Variations
Color information
#DFCF7F (or 0xDFCF7F) is known color: Sandwisp. HEX triplet: DF, CF and 7F. RGB value is (223,207,127). Sum of RGB (Red+Green+Blue) = 223+207+127=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 127 (50% from 255 or 22.80% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCF7F is #203080. Grayscale: #CACACA. Windows color (decimal): -2109569 or 8376287. OLE color: 8376287.
HSL color Cylindrical-coordinate representation of color #DFCF7F: hue angle of 50º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFCF7F is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 207 | 127 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.13 |
| HSL | 50º | 0.6% | 0.69% | - |
| HSV(B) | 50º | 0.43% | 0.87% | - |
| XYZ | 56.58 | 61.85 | 29.03 | - |
| YUV | 202.66 | 85.3 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 207 | 127 | 0 | 0.07 | 0.43 | 0.13 | 50 | 0.6 | 0.69 |
| Hex | DF | CF | 7F | 0 | 7 | 2B | D | 32 | 3C | 45 |
| Octal | 337 | 317 | 177 | 0 | 7 | 53 | 15 | 62 | 74 | 105 |
| Binary | 11011111 | 11001111 | 1111111 | 0 | 111 | 101011 | 1101 | 110010 | 111100 | 1000101 |
Color Harmonies of #DFCF7F
Complementary color
Monochromatic Colors of #DFCF7F
Black with #DFCF7F
Text Example
Text Example
White with #DFCF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCF7F; }
p { color: rgb(223,207,127); }
H1.HeaderClassName
{
color: #DFCF7F;
}
.AnyTagClassName
{
color: #DFCF7F;
}
</style>
background-color css
<style>
a { background-color: #DFCF7F; }
a { background-color: rgb(223,207,127); }
div.DivClassName
{
background-color: #DFCF7F;
}
.BgClassName
{
background-color: #DFCF7F;
}
</style>
border-color css
<style>
span { border-color: #DFCF7F; }
span { border-color: rgb(223,207,127); }
td.TdClassName
{
border-color: #DFCF7F;
}
.TagClassName
{
border-color: #DFCF7F;
}
</style>