Shades of Sandwisp #DCD187
Tints of Sandwisp #DCD187
RGB
CMYK
RGB Variations
Color information
#DCD187 (or 0xDCD187) is known color: Sandwisp. HEX triplet: DC, D1 and 87. RGB value is (220,209,135). Sum of RGB (Red+Green+Blue) = 220+209+135=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 209 (82.03% from 255 or 37.06% from 564); Blue value is 135 (53.12% from 255 or 23.94% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD187 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD187 is #232E78. Grayscale: #CCCCCC. Windows color (decimal): -2305657 or 8901084. OLE color: 8901084.
HSL color Cylindrical-coordinate representation of color #DCD187: hue angle of 52.24º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCD187 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 135 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.14 |
| HSL | 52.24º | 0.55% | 0.7% | - |
| HSV(B) | 52.24º | 0.39% | 0.86% | - |
| XYZ | 56.69 | 62.57 | 32.01 | - |
| YUV | 203.85 | 89.14 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 135 | 0 | 0.05 | 0.39 | 0.14 | 52.24 | 0.55 | 0.7 |
| Hex | DC | D1 | 87 | 0 | 5 | 27 | E | 34 | 37 | 46 |
| Octal | 334 | 321 | 207 | 0 | 5 | 47 | 16 | 64 | 67 | 106 |
| Binary | 11011100 | 11010001 | 10000111 | 0 | 101 | 100111 | 1110 | 110100 | 110111 | 1000110 |
Color Harmonies of #DCD187
Complementary color
Monochromatic Colors of #DCD187
Black with #DCD187
Text Example
Text Example
White with #DCD187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD187; }
p { color: rgb(220,209,135); }
H1.HeaderClassName
{
color: #DCD187;
}
.AnyTagClassName
{
color: #DCD187;
}
</style>
background-color css
<style>
a { background-color: #DCD187; }
a { background-color: rgb(220,209,135); }
div.DivClassName
{
background-color: #DCD187;
}
.BgClassName
{
background-color: #DCD187;
}
</style>
border-color css
<style>
span { border-color: #DCD187; }
span { border-color: rgb(220,209,135); }
td.TdClassName
{
border-color: #DCD187;
}
.TagClassName
{
border-color: #DCD187;
}
</style>