Shades of Sandwisp #DFCA80
Tints of Sandwisp #DFCA80
RGB
CMYK
RGB Variations
Color information
#DFCA80 (or 0xDFCA80) is known color: Sandwisp. HEX triplet: DF, CA and 80. RGB value is (223,202,128). Sum of RGB (Red+Green+Blue) = 223+202+128=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCA80 is #20357F. Grayscale: #C8C8C8. Windows color (decimal): -2110848 or 8440543. OLE color: 8440543.
HSL color Cylindrical-coordinate representation of color #DFCA80: hue angle of 46.74º 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 #DFCA80 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 202 | 128 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.13 |
| HSL | 46.74º | 0.6% | 0.69% | - |
| HSV(B) | 46.74º | 0.43% | 0.87% | - |
| XYZ | 55.45 | 59.49 | 28.98 | - |
| YUV | 199.84 | 87.46 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 202 | 128 | 0 | 0.09 | 0.43 | 0.13 | 46.74 | 0.6 | 0.69 |
| Hex | DF | CA | 80 | 0 | 9 | 2B | D | 2F | 3C | 45 |
| Octal | 337 | 312 | 200 | 0 | 11 | 53 | 15 | 57 | 74 | 105 |
| Binary | 11011111 | 11001010 | 10000000 | 0 | 1001 | 101011 | 1101 | 101111 | 111100 | 1000101 |
Color Harmonies of #DFCA80
Complementary color
Monochromatic Colors of #DFCA80
Black with #DFCA80
Text Example
Text Example
White with #DFCA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCA80; }
p { color: rgb(223,202,128); }
H1.HeaderClassName
{
color: #DFCA80;
}
.AnyTagClassName
{
color: #DFCA80;
}
</style>
background-color css
<style>
a { background-color: #DFCA80; }
a { background-color: rgb(223,202,128); }
div.DivClassName
{
background-color: #DFCA80;
}
.BgClassName
{
background-color: #DFCA80;
}
</style>
border-color css
<style>
span { border-color: #DFCA80; }
span { border-color: rgb(223,202,128); }
td.TdClassName
{
border-color: #DFCA80;
}
.TagClassName
{
border-color: #DFCA80;
}
</style>