Shades of Sandwisp #DFCE8A
Tints of Sandwisp #DFCE8A
RGB
CMYK
RGB Variations
Color information
#DFCE8A (or 0xDFCE8A) is known color: Sandwisp. HEX triplet: DF, CE and 8A. RGB value is (223,206,138). Sum of RGB (Red+Green+Blue) = 223+206+138=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 138 (54.30% from 255 or 24.34% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCE8A is #203175. Grayscale: #CBCBCB. Windows color (decimal): -2109814 or 9096927. OLE color: 9096927.
HSL color Cylindrical-coordinate representation of color #DFCE8A: hue angle of 48º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFCE8A is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 206 | 138 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.13 |
| HSL | 48º | 0.57% | 0.71% | - |
| HSV(B) | 48º | 0.38% | 0.87% | - |
| XYZ | 57.09 | 61.67 | 32.94 | - |
| YUV | 203.33 | 91.13 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 206 | 138 | 0 | 0.08 | 0.38 | 0.13 | 48 | 0.57 | 0.71 |
| Hex | DF | CE | 8A | 0 | 8 | 26 | D | 30 | 39 | 47 |
| Octal | 337 | 316 | 212 | 0 | 10 | 46 | 15 | 60 | 71 | 107 |
| Binary | 11011111 | 11001110 | 10001010 | 0 | 1000 | 100110 | 1101 | 110000 | 111001 | 1000111 |
Color Harmonies of #DFCE8A
Complementary color
Monochromatic Colors of #DFCE8A
Black with #DFCE8A
Text Example
Text Example
White with #DFCE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCE8A; }
p { color: rgb(223,206,138); }
H1.HeaderClassName
{
color: #DFCE8A;
}
.AnyTagClassName
{
color: #DFCE8A;
}
</style>
background-color css
<style>
a { background-color: #DFCE8A; }
a { background-color: rgb(223,206,138); }
div.DivClassName
{
background-color: #DFCE8A;
}
.BgClassName
{
background-color: #DFCE8A;
}
</style>
border-color css
<style>
span { border-color: #DFCE8A; }
span { border-color: rgb(223,206,138); }
td.TdClassName
{
border-color: #DFCE8A;
}
.TagClassName
{
border-color: #DFCE8A;
}
</style>