Shades of Sandwisp #DCD285
Tints of Sandwisp #DCD285
RGB
CMYK
RGB Variations
Color information
#DCD285 (or 0xDCD285) is known color: Sandwisp. HEX triplet: DC, D2 and 85. RGB value is (220,210,133). Sum of RGB (Red+Green+Blue) = 220+210+133=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD285 is #232D7A. Grayscale: #CCCCCC. Windows color (decimal): -2305403 or 8770268. OLE color: 8770268.
HSL color Cylindrical-coordinate representation of color #DCD285: hue angle of 53.1º 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 #DCD285 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 133 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.14 |
| HSL | 53.1º | 0.55% | 0.69% | - |
| HSV(B) | 53.1º | 0.4% | 0.86% | - |
| XYZ | 56.8 | 63 | 31.36 | - |
| YUV | 204.21 | 87.81 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 133 | 0 | 0.05 | 0.40 | 0.14 | 53.1 | 0.55 | 0.69 |
| Hex | DC | D2 | 85 | 0 | 5 | 28 | E | 35 | 37 | 45 |
| Octal | 334 | 322 | 205 | 0 | 5 | 50 | 16 | 65 | 67 | 105 |
| Binary | 11011100 | 11010010 | 10000101 | 0 | 101 | 101000 | 1110 | 110101 | 110111 | 1000101 |
Color Harmonies of #DCD285
Complementary color
Monochromatic Colors of #DCD285
Black with #DCD285
Text Example
Text Example
White with #DCD285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD285; }
p { color: rgb(220,210,133); }
H1.HeaderClassName
{
color: #DCD285;
}
.AnyTagClassName
{
color: #DCD285;
}
</style>
background-color css
<style>
a { background-color: #DCD285; }
a { background-color: rgb(220,210,133); }
div.DivClassName
{
background-color: #DCD285;
}
.BgClassName
{
background-color: #DCD285;
}
</style>
border-color css
<style>
span { border-color: #DCD285; }
span { border-color: rgb(220,210,133); }
td.TdClassName
{
border-color: #DCD285;
}
.TagClassName
{
border-color: #DCD285;
}
</style>