Shades of Sandwisp #DCCA8D
Tints of Sandwisp #DCCA8D
RGB
CMYK
RGB Variations
Color information
#DCCA8D (or 0xDCCA8D) is known color: Sandwisp. HEX triplet: DC, CA and 8D. RGB value is (220,202,141). Sum of RGB (Red+Green+Blue) = 220+202+141=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 141 (55.47% from 255 or 25.04% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCA8D is #233572. Grayscale: #C8C8C8. Windows color (decimal): -2307443 or 9292508. OLE color: 9292508.
HSL color Cylindrical-coordinate representation of color #DCCA8D: hue angle of 46.33º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCCA8D is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 141 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.14 |
| HSL | 46.33º | 0.53% | 0.71% | - |
| HSV(B) | 46.33º | 0.36% | 0.86% | - |
| XYZ | 55.44 | 59.38 | 33.74 | - |
| YUV | 200.43 | 94.46 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 141 | 0 | 0.08 | 0.36 | 0.14 | 46.33 | 0.53 | 0.71 |
| Hex | DC | CA | 8D | 0 | 8 | 24 | E | 2E | 35 | 47 |
| Octal | 334 | 312 | 215 | 0 | 10 | 44 | 16 | 56 | 65 | 107 |
| Binary | 11011100 | 11001010 | 10001101 | 0 | 1000 | 100100 | 1110 | 101110 | 110101 | 1000111 |
Color Harmonies of #DCCA8D
Complementary color
Monochromatic Colors of #DCCA8D
Black with #DCCA8D
Text Example
Text Example
White with #DCCA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA8D; }
p { color: rgb(220,202,141); }
H1.HeaderClassName
{
color: #DCCA8D;
}
.AnyTagClassName
{
color: #DCCA8D;
}
</style>
background-color css
<style>
a { background-color: #DCCA8D; }
a { background-color: rgb(220,202,141); }
div.DivClassName
{
background-color: #DCCA8D;
}
.BgClassName
{
background-color: #DCCA8D;
}
</style>
border-color css
<style>
span { border-color: #DCCA8D; }
span { border-color: rgb(220,202,141); }
td.TdClassName
{
border-color: #DCCA8D;
}
.TagClassName
{
border-color: #DCCA8D;
}
</style>