Shades of Sandwisp #DCC886
Tints of Sandwisp #DCC886
RGB
CMYK
RGB Variations
Color information
#DCC886 (or 0xDCC886) is known color: Sandwisp. HEX triplet: DC, C8 and 86. RGB value is (220,200,134). Sum of RGB (Red+Green+Blue) = 220+200+134=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 134 (52.73% from 255 or 24.19% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC886 is #233779. Grayscale: #C6C6C6. Windows color (decimal): -2307962 or 8833244. OLE color: 8833244.
HSL color Cylindrical-coordinate representation of color #DCC886: hue angle of 46.05º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCC886 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 134 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.14 |
| HSL | 46.05º | 0.55% | 0.69% | - |
| HSV(B) | 46.05º | 0.39% | 0.86% | - |
| XYZ | 54.47 | 58.25 | 30.93 | - |
| YUV | 198.46 | 91.63 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 134 | 0 | 0.09 | 0.39 | 0.14 | 46.05 | 0.55 | 0.69 |
| Hex | DC | C8 | 86 | 0 | 9 | 27 | E | 2E | 37 | 45 |
| Octal | 334 | 310 | 206 | 0 | 11 | 47 | 16 | 56 | 67 | 105 |
| Binary | 11011100 | 11001000 | 10000110 | 0 | 1001 | 100111 | 1110 | 101110 | 110111 | 1000101 |
Color Harmonies of #DCC886
Complementary color
Monochromatic Colors of #DCC886
Black with #DCC886
Text Example
Text Example
White with #DCC886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC886; }
p { color: rgb(220,200,134); }
H1.HeaderClassName
{
color: #DCC886;
}
.AnyTagClassName
{
color: #DCC886;
}
</style>
background-color css
<style>
a { background-color: #DCC886; }
a { background-color: rgb(220,200,134); }
div.DivClassName
{
background-color: #DCC886;
}
.BgClassName
{
background-color: #DCC886;
}
</style>
border-color css
<style>
span { border-color: #DCC886; }
span { border-color: rgb(220,200,134); }
td.TdClassName
{
border-color: #DCC886;
}
.TagClassName
{
border-color: #DCC886;
}
</style>