Shades of Sandwisp #DFCE80
Tints of Sandwisp #DFCE80
RGB
CMYK
RGB Variations
Color information
#DFCE80 (or 0xDFCE80) is known color: Sandwisp. HEX triplet: DF, CE and 80. RGB value is (223,206,128). Sum of RGB (Red+Green+Blue) = 223+206+128=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 128 (50.39% from 255 or 22.98% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCE80 is #20317F. Grayscale: #CACACA. Windows color (decimal): -2109824 or 8441567. OLE color: 8441567.
HSL color Cylindrical-coordinate representation of color #DFCE80: hue angle of 49.26º 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 #DFCE80 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 206 | 128 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.13 |
| HSL | 49.26º | 0.6% | 0.69% | - |
| HSV(B) | 49.26º | 0.43% | 0.87% | - |
| XYZ | 56.4 | 61.39 | 29.3 | - |
| YUV | 202.19 | 86.13 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 206 | 128 | 0 | 0.08 | 0.43 | 0.13 | 49.26 | 0.6 | 0.69 |
| Hex | DF | CE | 80 | 0 | 8 | 2B | D | 31 | 3C | 45 |
| Octal | 337 | 316 | 200 | 0 | 10 | 53 | 15 | 61 | 74 | 105 |
| Binary | 11011111 | 11001110 | 10000000 | 0 | 1000 | 101011 | 1101 | 110001 | 111100 | 1000101 |
Color Harmonies of #DFCE80
Complementary color
Monochromatic Colors of #DFCE80
Black with #DFCE80
Text Example
Text Example
White with #DFCE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCE80; }
p { color: rgb(223,206,128); }
H1.HeaderClassName
{
color: #DFCE80;
}
.AnyTagClassName
{
color: #DFCE80;
}
</style>
background-color css
<style>
a { background-color: #DFCE80; }
a { background-color: rgb(223,206,128); }
div.DivClassName
{
background-color: #DFCE80;
}
.BgClassName
{
background-color: #DFCE80;
}
</style>
border-color css
<style>
span { border-color: #DFCE80; }
span { border-color: rgb(223,206,128); }
td.TdClassName
{
border-color: #DFCE80;
}
.TagClassName
{
border-color: #DFCE80;
}
</style>