Shades of Sandwisp #DFCD88
Tints of Sandwisp #DFCD88
RGB
CMYK
RGB Variations
Color information
#DFCD88 (or 0xDFCD88) is known color: Sandwisp. HEX triplet: DF, CD and 88. RGB value is (223,205,136). Sum of RGB (Red+Green+Blue) = 223+205+136=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 136 (53.52% from 255 or 24.11% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCD88 is #203277. Grayscale: #CACACA. Windows color (decimal): -2110072 or 8965599. OLE color: 8965599.
HSL color Cylindrical-coordinate representation of color #DFCD88: hue angle of 47.59º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DFCD88 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 136 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.13 |
| HSL | 47.59º | 0.58% | 0.7% | - |
| HSV(B) | 47.59º | 0.39% | 0.87% | - |
| XYZ | 56.71 | 61.13 | 32.1 | - |
| YUV | 202.52 | 90.46 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 136 | 0 | 0.08 | 0.39 | 0.13 | 47.59 | 0.58 | 0.7 |
| Hex | DF | CD | 88 | 0 | 8 | 27 | D | 30 | 3A | 46 |
| Octal | 337 | 315 | 210 | 0 | 10 | 47 | 15 | 60 | 72 | 106 |
| Binary | 11011111 | 11001101 | 10001000 | 0 | 1000 | 100111 | 1101 | 110000 | 111010 | 1000110 |
Color Harmonies of #DFCD88
Complementary color
Monochromatic Colors of #DFCD88
Black with #DFCD88
Text Example
Text Example
White with #DFCD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCD88; }
p { color: rgb(223,205,136); }
H1.HeaderClassName
{
color: #DFCD88;
}
.AnyTagClassName
{
color: #DFCD88;
}
</style>
background-color css
<style>
a { background-color: #DFCD88; }
a { background-color: rgb(223,205,136); }
div.DivClassName
{
background-color: #DFCD88;
}
.BgClassName
{
background-color: #DFCD88;
}
</style>
border-color css
<style>
span { border-color: #DFCD88; }
span { border-color: rgb(223,205,136); }
td.TdClassName
{
border-color: #DFCD88;
}
.TagClassName
{
border-color: #DFCD88;
}
</style>