Shades of Sandwisp #DCCA85
Tints of Sandwisp #DCCA85
RGB
CMYK
RGB Variations
Color information
#DCCA85 (or 0xDCCA85) is known color: Sandwisp. HEX triplet: DC, CA and 85. RGB value is (220,202,133). Sum of RGB (Red+Green+Blue) = 220+202+133=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 133 (52.34% from 255 or 23.96% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCA85 is #23357A. Grayscale: #C7C7C7. Windows color (decimal): -2307451 or 8768220. OLE color: 8768220.
HSL color Cylindrical-coordinate representation of color #DCCA85: hue angle of 47.59º degrees, saturation: 0.55, 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 #DCCA85 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 133 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.14 |
| HSL | 47.59º | 0.55% | 0.69% | - |
| HSV(B) | 47.59º | 0.4% | 0.86% | - |
| XYZ | 54.87 | 59.15 | 30.72 | - |
| YUV | 199.52 | 90.46 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 133 | 0 | 0.08 | 0.40 | 0.14 | 47.59 | 0.55 | 0.69 |
| Hex | DC | CA | 85 | 0 | 8 | 28 | E | 30 | 37 | 45 |
| Octal | 334 | 312 | 205 | 0 | 10 | 50 | 16 | 60 | 67 | 105 |
| Binary | 11011100 | 11001010 | 10000101 | 0 | 1000 | 101000 | 1110 | 110000 | 110111 | 1000101 |
Color Harmonies of #DCCA85
Complementary color
Monochromatic Colors of #DCCA85
Black with #DCCA85
Text Example
Text Example
White with #DCCA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA85; }
p { color: rgb(220,202,133); }
H1.HeaderClassName
{
color: #DCCA85;
}
.AnyTagClassName
{
color: #DCCA85;
}
</style>
background-color css
<style>
a { background-color: #DCCA85; }
a { background-color: rgb(220,202,133); }
div.DivClassName
{
background-color: #DCCA85;
}
.BgClassName
{
background-color: #DCCA85;
}
</style>
border-color css
<style>
span { border-color: #DCCA85; }
span { border-color: rgb(220,202,133); }
td.TdClassName
{
border-color: #DCCA85;
}
.TagClassName
{
border-color: #DCCA85;
}
</style>