Shades of Sandwisp #DFCD85
Tints of Sandwisp #DFCD85
RGB
CMYK
RGB Variations
Color information
#DFCD85 (or 0xDFCD85) is known color: Sandwisp. HEX triplet: DF, CD and 85. RGB value is (223,205,133). Sum of RGB (Red+Green+Blue) = 223+205+133=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCD85 is #20327A. Grayscale: #CACACA. Windows color (decimal): -2110075 or 8768991. OLE color: 8768991.
HSL color Cylindrical-coordinate representation of color #DFCD85: hue angle of 48º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFCD85 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 133 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.13 |
| HSL | 48º | 0.58% | 0.7% | - |
| HSV(B) | 48º | 0.4% | 0.87% | - |
| XYZ | 56.5 | 61.04 | 31 | - |
| YUV | 202.17 | 88.96 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 133 | 0 | 0.08 | 0.40 | 0.13 | 48 | 0.58 | 0.7 |
| Hex | DF | CD | 85 | 0 | 8 | 28 | D | 30 | 3A | 46 |
| Octal | 337 | 315 | 205 | 0 | 10 | 50 | 15 | 60 | 72 | 106 |
| Binary | 11011111 | 11001101 | 10000101 | 0 | 1000 | 101000 | 1101 | 110000 | 111010 | 1000110 |
Color Harmonies of #DFCD85
Complementary color
Monochromatic Colors of #DFCD85
Black with #DFCD85
Text Example
Text Example
White with #DFCD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCD85; }
p { color: rgb(223,205,133); }
H1.HeaderClassName
{
color: #DFCD85;
}
.AnyTagClassName
{
color: #DFCD85;
}
</style>
background-color css
<style>
a { background-color: #DFCD85; }
a { background-color: rgb(223,205,133); }
div.DivClassName
{
background-color: #DFCD85;
}
.BgClassName
{
background-color: #DFCD85;
}
</style>
border-color css
<style>
span { border-color: #DFCD85; }
span { border-color: rgb(223,205,133); }
td.TdClassName
{
border-color: #DFCD85;
}
.TagClassName
{
border-color: #DFCD85;
}
</style>