Shades of Sandwisp #DFCB87
Tints of Sandwisp #DFCB87
RGB
CMYK
RGB Variations
Color information
#DFCB87 (or 0xDFCB87) is known color: Sandwisp. HEX triplet: DF, CB and 87. RGB value is (223,203,135). Sum of RGB (Red+Green+Blue) = 223+203+135=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 135 (53.12% from 255 or 24.06% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCB87 is #203478. Grayscale: #C9C9C9. Windows color (decimal): -2110585 or 8899551. OLE color: 8899551.
HSL color Cylindrical-coordinate representation of color #DFCB87: hue angle of 46.36º 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 #DFCB87 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 135 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.13 |
| HSL | 46.36º | 0.58% | 0.7% | - |
| HSV(B) | 46.36º | 0.39% | 0.87% | - |
| XYZ | 56.16 | 60.15 | 31.57 | - |
| YUV | 201.23 | 90.63 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 135 | 0 | 0.09 | 0.39 | 0.13 | 46.36 | 0.58 | 0.7 |
| Hex | DF | CB | 87 | 0 | 9 | 27 | D | 2E | 3A | 46 |
| Octal | 337 | 313 | 207 | 0 | 11 | 47 | 15 | 56 | 72 | 106 |
| Binary | 11011111 | 11001011 | 10000111 | 0 | 1001 | 100111 | 1101 | 101110 | 111010 | 1000110 |
Color Harmonies of #DFCB87
Complementary color
Monochromatic Colors of #DFCB87
Black with #DFCB87
Text Example
Text Example
White with #DFCB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB87; }
p { color: rgb(223,203,135); }
H1.HeaderClassName
{
color: #DFCB87;
}
.AnyTagClassName
{
color: #DFCB87;
}
</style>
background-color css
<style>
a { background-color: #DFCB87; }
a { background-color: rgb(223,203,135); }
div.DivClassName
{
background-color: #DFCB87;
}
.BgClassName
{
background-color: #DFCB87;
}
</style>
border-color css
<style>
span { border-color: #DFCB87; }
span { border-color: rgb(223,203,135); }
td.TdClassName
{
border-color: #DFCB87;
}
.TagClassName
{
border-color: #DFCB87;
}
</style>