Shades of Sandwisp #DCCE87
Tints of Sandwisp #DCCE87
RGB
CMYK
RGB Variations
Color information
#DCCE87 (or 0xDCCE87) is known color: Sandwisp. HEX triplet: DC, CE and 87. RGB value is (220,206,135). Sum of RGB (Red+Green+Blue) = 220+206+135=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 135 (53.12% from 255 or 24.06% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCE87 is #233178. Grayscale: #CACACA. Windows color (decimal): -2306425 or 8900316. OLE color: 8900316.
HSL color Cylindrical-coordinate representation of color #DCCE87: hue angle of 50.12º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCCE87 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 135 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.14 |
| HSL | 50.12º | 0.55% | 0.7% | - |
| HSV(B) | 50.12º | 0.39% | 0.86% | - |
| XYZ | 55.96 | 61.11 | 31.77 | - |
| YUV | 202.09 | 90.14 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 135 | 0 | 0.06 | 0.39 | 0.14 | 50.12 | 0.55 | 0.7 |
| Hex | DC | CE | 87 | 0 | 6 | 27 | E | 32 | 37 | 46 |
| Octal | 334 | 316 | 207 | 0 | 6 | 47 | 16 | 62 | 67 | 106 |
| Binary | 11011100 | 11001110 | 10000111 | 0 | 110 | 100111 | 1110 | 110010 | 110111 | 1000110 |
Color Harmonies of #DCCE87
Complementary color
Monochromatic Colors of #DCCE87
Black with #DCCE87
Text Example
Text Example
White with #DCCE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE87; }
p { color: rgb(220,206,135); }
H1.HeaderClassName
{
color: #DCCE87;
}
.AnyTagClassName
{
color: #DCCE87;
}
</style>
background-color css
<style>
a { background-color: #DCCE87; }
a { background-color: rgb(220,206,135); }
div.DivClassName
{
background-color: #DCCE87;
}
.BgClassName
{
background-color: #DCCE87;
}
</style>
border-color css
<style>
span { border-color: #DCCE87; }
span { border-color: rgb(220,206,135); }
td.TdClassName
{
border-color: #DCCE87;
}
.TagClassName
{
border-color: #DCCE87;
}
</style>