Shades of Sandwisp #DFCA8D
Tints of Sandwisp #DFCA8D
RGB
CMYK
RGB Variations
Color information
#DFCA8D (or 0xDFCA8D) is known color: Sandwisp. HEX triplet: DF, CA and 8D. RGB value is (223,202,141). Sum of RGB (Red+Green+Blue) = 223+202+141=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 141 (55.47% from 255 or 24.91% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCA8D is #203572. Grayscale: #C9C9C9. Windows color (decimal): -2110835 or 9292511. OLE color: 9292511.
HSL color Cylindrical-coordinate representation of color #DFCA8D: hue angle of 44.63º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DFCA8D is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 202 | 141 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.13 |
| HSL | 44.63º | 0.56% | 0.71% | - |
| HSV(B) | 44.63º | 0.37% | 0.87% | - |
| XYZ | 56.36 | 59.85 | 33.78 | - |
| YUV | 201.33 | 93.96 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 202 | 141 | 0 | 0.09 | 0.37 | 0.13 | 44.63 | 0.56 | 0.71 |
| Hex | DF | CA | 8D | 0 | 9 | 25 | D | 2D | 38 | 47 |
| Octal | 337 | 312 | 215 | 0 | 11 | 45 | 15 | 55 | 70 | 107 |
| Binary | 11011111 | 11001010 | 10001101 | 0 | 1001 | 100101 | 1101 | 101101 | 111000 | 1000111 |
Color Harmonies of #DFCA8D
Complementary color
Monochromatic Colors of #DFCA8D
Black with #DFCA8D
Text Example
Text Example
White with #DFCA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCA8D; }
p { color: rgb(223,202,141); }
H1.HeaderClassName
{
color: #DFCA8D;
}
.AnyTagClassName
{
color: #DFCA8D;
}
</style>
background-color css
<style>
a { background-color: #DFCA8D; }
a { background-color: rgb(223,202,141); }
div.DivClassName
{
background-color: #DFCA8D;
}
.BgClassName
{
background-color: #DFCA8D;
}
</style>
border-color css
<style>
span { border-color: #DFCA8D; }
span { border-color: rgb(223,202,141); }
td.TdClassName
{
border-color: #DFCA8D;
}
.TagClassName
{
border-color: #DFCA8D;
}
</style>