Shades of Sandwisp #DCD286
Tints of Sandwisp #DCD286
RGB
CMYK
RGB Variations
Color information
#DCD286 (or 0xDCD286) is known color: Sandwisp. HEX triplet: DC, D2 and 86. RGB value is (220,210,134). Sum of RGB (Red+Green+Blue) = 220+210+134=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 134 (52.73% from 255 or 23.76% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD286 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD286 is #232D79. Grayscale: #CCCCCC. Windows color (decimal): -2305402 or 8835804. OLE color: 8835804.
HSL color Cylindrical-coordinate representation of color #DCD286: hue angle of 53.02º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCD286 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 134 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.14 |
| HSL | 53.02º | 0.55% | 0.69% | - |
| HSV(B) | 53.02º | 0.39% | 0.86% | - |
| XYZ | 56.86 | 63.03 | 31.72 | - |
| YUV | 204.33 | 88.31 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 134 | 0 | 0.05 | 0.39 | 0.14 | 53.02 | 0.55 | 0.69 |
| Hex | DC | D2 | 86 | 0 | 5 | 27 | E | 35 | 37 | 45 |
| Octal | 334 | 322 | 206 | 0 | 5 | 47 | 16 | 65 | 67 | 105 |
| Binary | 11011100 | 11010010 | 10000110 | 0 | 101 | 100111 | 1110 | 110101 | 110111 | 1000101 |
Color Harmonies of #DCD286
Complementary color
Monochromatic Colors of #DCD286
Black with #DCD286
Text Example
Text Example
White with #DCD286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD286; }
p { color: rgb(220,210,134); }
H1.HeaderClassName
{
color: #DCD286;
}
.AnyTagClassName
{
color: #DCD286;
}
</style>
background-color css
<style>
a { background-color: #DCD286; }
a { background-color: rgb(220,210,134); }
div.DivClassName
{
background-color: #DCD286;
}
.BgClassName
{
background-color: #DCD286;
}
</style>
border-color css
<style>
span { border-color: #DCD286; }
span { border-color: rgb(220,210,134); }
td.TdClassName
{
border-color: #DCD286;
}
.TagClassName
{
border-color: #DCD286;
}
</style>