Shades of Sandwisp #DFCA85
Tints of Sandwisp #DFCA85
RGB
CMYK
RGB Variations
Color information
#DFCA85 (or 0xDFCA85) is known color: Sandwisp. HEX triplet: DF, CA and 85. RGB value is (223,202,133). Sum of RGB (Red+Green+Blue) = 223+202+133=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 133 (52.34% from 255 or 23.84% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCA85 is #20357A. Grayscale: #C8C8C8. Windows color (decimal): -2110843 or 8768223. OLE color: 8768223.
HSL color Cylindrical-coordinate representation of color #DFCA85: hue angle of 46º 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 #DFCA85 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 202 | 133 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.13 |
| HSL | 46º | 0.58% | 0.7% | - |
| HSV(B) | 46º | 0.4% | 0.87% | - |
| XYZ | 55.79 | 59.62 | 30.76 | - |
| YUV | 200.41 | 89.96 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 202 | 133 | 0 | 0.09 | 0.40 | 0.13 | 46 | 0.58 | 0.7 |
| Hex | DF | CA | 85 | 0 | 9 | 28 | D | 2E | 3A | 46 |
| Octal | 337 | 312 | 205 | 0 | 11 | 50 | 15 | 56 | 72 | 106 |
| Binary | 11011111 | 11001010 | 10000101 | 0 | 1001 | 101000 | 1101 | 101110 | 111010 | 1000110 |
Color Harmonies of #DFCA85
Complementary color
Monochromatic Colors of #DFCA85
Black with #DFCA85
Text Example
Text Example
White with #DFCA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCA85; }
p { color: rgb(223,202,133); }
H1.HeaderClassName
{
color: #DFCA85;
}
.AnyTagClassName
{
color: #DFCA85;
}
</style>
background-color css
<style>
a { background-color: #DFCA85; }
a { background-color: rgb(223,202,133); }
div.DivClassName
{
background-color: #DFCA85;
}
.BgClassName
{
background-color: #DFCA85;
}
</style>
border-color css
<style>
span { border-color: #DFCA85; }
span { border-color: rgb(223,202,133); }
td.TdClassName
{
border-color: #DFCA85;
}
.TagClassName
{
border-color: #DFCA85;
}
</style>