Shades of Sandwisp #DCCC86
Tints of Sandwisp #DCCC86
RGB
CMYK
RGB Variations
Color information
#DCCC86 (or 0xDCCC86) is known color: Sandwisp. HEX triplet: DC, CC and 86. RGB value is (220,204,134). Sum of RGB (Red+Green+Blue) = 220+204+134=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 134 (52.73% from 255 or 24.01% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCC86 is #233379. Grayscale: #C9C9C9. Windows color (decimal): -2306938 or 8834268. OLE color: 8834268.
HSL color Cylindrical-coordinate representation of color #DCCC86: hue angle of 48.84º 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 #DCCC86 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 134 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.14 |
| HSL | 48.84º | 0.55% | 0.69% | - |
| HSV(B) | 48.84º | 0.39% | 0.86% | - |
| XYZ | 55.41 | 60.12 | 31.24 | - |
| YUV | 200.8 | 90.3 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 134 | 0 | 0.07 | 0.39 | 0.14 | 48.84 | 0.55 | 0.69 |
| Hex | DC | CC | 86 | 0 | 7 | 27 | E | 31 | 37 | 45 |
| Octal | 334 | 314 | 206 | 0 | 7 | 47 | 16 | 61 | 67 | 105 |
| Binary | 11011100 | 11001100 | 10000110 | 0 | 111 | 100111 | 1110 | 110001 | 110111 | 1000101 |
Color Harmonies of #DCCC86
Complementary color
Monochromatic Colors of #DCCC86
Black with #DCCC86
Text Example
Text Example
White with #DCCC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC86; }
p { color: rgb(220,204,134); }
H1.HeaderClassName
{
color: #DCCC86;
}
.AnyTagClassName
{
color: #DCCC86;
}
</style>
background-color css
<style>
a { background-color: #DCCC86; }
a { background-color: rgb(220,204,134); }
div.DivClassName
{
background-color: #DCCC86;
}
.BgClassName
{
background-color: #DCCC86;
}
</style>
border-color css
<style>
span { border-color: #DCCC86; }
span { border-color: rgb(220,204,134); }
td.TdClassName
{
border-color: #DCCC86;
}
.TagClassName
{
border-color: #DCCC86;
}
</style>