Shades of Sandwisp #DCCA84
Tints of Sandwisp #DCCA84
RGB
CMYK
RGB Variations
Color information
#DCCA84 (or 0xDCCA84) is known color: Sandwisp. HEX triplet: DC, CA and 84. RGB value is (220,202,132). Sum of RGB (Red+Green+Blue) = 220+202+132=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 132 (51.95% from 255 or 23.83% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCA84 is #23357B. Grayscale: #C7C7C7. Windows color (decimal): -2307452 or 8702684. OLE color: 8702684.
HSL color Cylindrical-coordinate representation of color #DCCA84: hue angle of 47.73º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCCA84 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 132 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.14 |
| HSL | 47.73º | 0.56% | 0.69% | - |
| HSV(B) | 47.73º | 0.4% | 0.86% | - |
| XYZ | 54.8 | 59.12 | 30.35 | - |
| YUV | 199.4 | 89.96 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 132 | 0 | 0.08 | 0.40 | 0.14 | 47.73 | 0.56 | 0.69 |
| Hex | DC | CA | 84 | 0 | 8 | 28 | E | 30 | 38 | 45 |
| Octal | 334 | 312 | 204 | 0 | 10 | 50 | 16 | 60 | 70 | 105 |
| Binary | 11011100 | 11001010 | 10000100 | 0 | 1000 | 101000 | 1110 | 110000 | 111000 | 1000101 |
Color Harmonies of #DCCA84
Complementary color
Monochromatic Colors of #DCCA84
Black with #DCCA84
Text Example
Text Example
White with #DCCA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA84; }
p { color: rgb(220,202,132); }
H1.HeaderClassName
{
color: #DCCA84;
}
.AnyTagClassName
{
color: #DCCA84;
}
</style>
background-color css
<style>
a { background-color: #DCCA84; }
a { background-color: rgb(220,202,132); }
div.DivClassName
{
background-color: #DCCA84;
}
.BgClassName
{
background-color: #DCCA84;
}
</style>
border-color css
<style>
span { border-color: #DCCA84; }
span { border-color: rgb(220,202,132); }
td.TdClassName
{
border-color: #DCCA84;
}
.TagClassName
{
border-color: #DCCA84;
}
</style>