Shades of Sandwisp #DFCF7D
Tints of Sandwisp #DFCF7D
RGB
CMYK
RGB Variations
Color information
#DFCF7D (or 0xDFCF7D) is known color: Sandwisp. HEX triplet: DF, CF and 7D. RGB value is (223,207,125). Sum of RGB (Red+Green+Blue) = 223+207+125=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCF7D is #203082. Grayscale: #CACACA. Windows color (decimal): -2109571 or 8245215. OLE color: 8245215.
HSL color Cylindrical-coordinate representation of color #DFCF7D: hue angle of 50.2º degrees, saturation: 0.6, 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 #DFCF7D is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 207 | 125 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.13 |
| HSL | 50.2º | 0.6% | 0.68% | - |
| HSV(B) | 50.2º | 0.44% | 0.87% | - |
| XYZ | 56.45 | 61.79 | 28.35 | - |
| YUV | 202.44 | 84.3 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 207 | 125 | 0 | 0.07 | 0.44 | 0.13 | 50.2 | 0.6 | 0.68 |
| Hex | DF | CF | 7D | 0 | 7 | 2C | D | 32 | 3C | 44 |
| Octal | 337 | 317 | 175 | 0 | 7 | 54 | 15 | 62 | 74 | 104 |
| Binary | 11011111 | 11001111 | 1111101 | 0 | 111 | 101100 | 1101 | 110010 | 111100 | 1000100 |
Color Harmonies of #DFCF7D
Complementary color
Monochromatic Colors of #DFCF7D
Black with #DFCF7D
Text Example
Text Example
White with #DFCF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCF7D; }
p { color: rgb(223,207,125); }
H1.HeaderClassName
{
color: #DFCF7D;
}
.AnyTagClassName
{
color: #DFCF7D;
}
</style>
background-color css
<style>
a { background-color: #DFCF7D; }
a { background-color: rgb(223,207,125); }
div.DivClassName
{
background-color: #DFCF7D;
}
.BgClassName
{
background-color: #DFCF7D;
}
</style>
border-color css
<style>
span { border-color: #DFCF7D; }
span { border-color: rgb(223,207,125); }
td.TdClassName
{
border-color: #DFCF7D;
}
.TagClassName
{
border-color: #DFCF7D;
}
</style>