Shades of Sandwisp #DCCA86
Tints of Sandwisp #DCCA86
RGB
CMYK
RGB Variations
Color information
#DCCA86 (or 0xDCCA86) is known color: Sandwisp. HEX triplet: DC, CA and 86. RGB value is (220,202,134). Sum of RGB (Red+Green+Blue) = 220+202+134=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 134 (52.73% from 255 or 24.10% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCA86 is #233579. Grayscale: #C7C7C7. Windows color (decimal): -2307450 or 8833756. OLE color: 8833756.
HSL color Cylindrical-coordinate representation of color #DCCA86: hue angle of 47.44º 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 #DCCA86 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 134 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.14 |
| HSL | 47.44º | 0.55% | 0.69% | - |
| HSV(B) | 47.44º | 0.39% | 0.86% | - |
| XYZ | 54.94 | 59.18 | 31.08 | - |
| YUV | 199.63 | 90.96 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 134 | 0 | 0.08 | 0.39 | 0.14 | 47.44 | 0.55 | 0.69 |
| Hex | DC | CA | 86 | 0 | 8 | 27 | E | 2F | 37 | 45 |
| Octal | 334 | 312 | 206 | 0 | 10 | 47 | 16 | 57 | 67 | 105 |
| Binary | 11011100 | 11001010 | 10000110 | 0 | 1000 | 100111 | 1110 | 101111 | 110111 | 1000101 |
Color Harmonies of #DCCA86
Complementary color
Monochromatic Colors of #DCCA86
Black with #DCCA86
Text Example
Text Example
White with #DCCA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA86; }
p { color: rgb(220,202,134); }
H1.HeaderClassName
{
color: #DCCA86;
}
.AnyTagClassName
{
color: #DCCA86;
}
</style>
background-color css
<style>
a { background-color: #DCCA86; }
a { background-color: rgb(220,202,134); }
div.DivClassName
{
background-color: #DCCA86;
}
.BgClassName
{
background-color: #DCCA86;
}
</style>
border-color css
<style>
span { border-color: #DCCA86; }
span { border-color: rgb(220,202,134); }
td.TdClassName
{
border-color: #DCCA86;
}
.TagClassName
{
border-color: #DCCA86;
}
</style>