Shades of Sandwisp #DCCA8C
Tints of Sandwisp #DCCA8C
RGB
CMYK
RGB Variations
Color information
#DCCA8C (or 0xDCCA8C) is known color: Sandwisp. HEX triplet: DC, CA and 8C. RGB value is (220,202,140). Sum of RGB (Red+Green+Blue) = 220+202+140=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 140 (55.08% from 255 or 24.91% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCA8C is #233573. Grayscale: #C8C8C8. Windows color (decimal): -2307444 or 9226972. OLE color: 9226972.
HSL color Cylindrical-coordinate representation of color #DCCA8C: hue angle of 46.5º 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 #DCCA8C is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 140 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.14 |
| HSL | 46.5º | 0.53% | 0.71% | - |
| HSV(B) | 46.5º | 0.36% | 0.86% | - |
| XYZ | 55.37 | 59.35 | 33.35 | - |
| YUV | 200.31 | 93.96 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 140 | 0 | 0.08 | 0.36 | 0.14 | 46.5 | 0.53 | 0.71 |
| Hex | DC | CA | 8C | 0 | 8 | 24 | E | 2E | 35 | 47 |
| Octal | 334 | 312 | 214 | 0 | 10 | 44 | 16 | 56 | 65 | 107 |
| Binary | 11011100 | 11001010 | 10001100 | 0 | 1000 | 100100 | 1110 | 101110 | 110101 | 1000111 |
Color Harmonies of #DCCA8C
Complementary color
Monochromatic Colors of #DCCA8C
Black with #DCCA8C
Text Example
Text Example
White with #DCCA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA8C; }
p { color: rgb(220,202,140); }
H1.HeaderClassName
{
color: #DCCA8C;
}
.AnyTagClassName
{
color: #DCCA8C;
}
</style>
background-color css
<style>
a { background-color: #DCCA8C; }
a { background-color: rgb(220,202,140); }
div.DivClassName
{
background-color: #DCCA8C;
}
.BgClassName
{
background-color: #DCCA8C;
}
</style>
border-color css
<style>
span { border-color: #DCCA8C; }
span { border-color: rgb(220,202,140); }
td.TdClassName
{
border-color: #DCCA8C;
}
.TagClassName
{
border-color: #DCCA8C;
}
</style>