Shades of Sandwisp #DFCB88
Tints of Sandwisp #DFCB88
RGB
CMYK
RGB Variations
Color information
#DFCB88 (or 0xDFCB88) is known color: Sandwisp. HEX triplet: DF, CB and 88. RGB value is (223,203,136). Sum of RGB (Red+Green+Blue) = 223+203+136=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 136 (53.52% from 255 or 24.20% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCB88 is #203477. Grayscale: #C9C9C9. Windows color (decimal): -2110584 or 8965087. OLE color: 8965087.
HSL color Cylindrical-coordinate representation of color #DFCB88: hue angle of 46.21º 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 #DFCB88 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 136 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.13 |
| HSL | 46.21º | 0.58% | 0.7% | - |
| HSV(B) | 46.21º | 0.39% | 0.87% | - |
| XYZ | 56.23 | 60.18 | 31.94 | - |
| YUV | 201.34 | 91.13 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 136 | 0 | 0.09 | 0.39 | 0.13 | 46.21 | 0.58 | 0.7 |
| Hex | DF | CB | 88 | 0 | 9 | 27 | D | 2E | 3A | 46 |
| Octal | 337 | 313 | 210 | 0 | 11 | 47 | 15 | 56 | 72 | 106 |
| Binary | 11011111 | 11001011 | 10001000 | 0 | 1001 | 100111 | 1101 | 101110 | 111010 | 1000110 |
Color Harmonies of #DFCB88
Complementary color
Monochromatic Colors of #DFCB88
Black with #DFCB88
Text Example
Text Example
White with #DFCB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB88; }
p { color: rgb(223,203,136); }
H1.HeaderClassName
{
color: #DFCB88;
}
.AnyTagClassName
{
color: #DFCB88;
}
</style>
background-color css
<style>
a { background-color: #DFCB88; }
a { background-color: rgb(223,203,136); }
div.DivClassName
{
background-color: #DFCB88;
}
.BgClassName
{
background-color: #DFCB88;
}
</style>
border-color css
<style>
span { border-color: #DFCB88; }
span { border-color: rgb(223,203,136); }
td.TdClassName
{
border-color: #DFCB88;
}
.TagClassName
{
border-color: #DFCB88;
}
</style>