Shades of Sandwisp #DCD082
Tints of Sandwisp #DCD082
RGB
CMYK
RGB Variations
Color information
#DCD082 (or 0xDCD082) is known color: Sandwisp. HEX triplet: DC, D0 and 82. RGB value is (220,208,130). Sum of RGB (Red+Green+Blue) = 220+208+130=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 130 (51.17% from 255 or 23.30% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD082 is #232F7D. Grayscale: #CBCBCB. Windows color (decimal): -2305918 or 8573148. OLE color: 8573148.
HSL color Cylindrical-coordinate representation of color #DCD082: hue angle of 52º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCD082 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 130 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.14 |
| HSL | 52º | 0.56% | 0.69% | - |
| HSV(B) | 52º | 0.41% | 0.86% | - |
| XYZ | 56.1 | 61.94 | 30.12 | - |
| YUV | 202.7 | 86.98 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 130 | 0 | 0.05 | 0.41 | 0.14 | 52 | 0.56 | 0.69 |
| Hex | DC | D0 | 82 | 0 | 5 | 29 | E | 34 | 38 | 45 |
| Octal | 334 | 320 | 202 | 0 | 5 | 51 | 16 | 64 | 70 | 105 |
| Binary | 11011100 | 11010000 | 10000010 | 0 | 101 | 101001 | 1110 | 110100 | 111000 | 1000101 |
Color Harmonies of #DCD082
Complementary color
Monochromatic Colors of #DCD082
Black with #DCD082
Text Example
Text Example
White with #DCD082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD082; }
p { color: rgb(220,208,130); }
H1.HeaderClassName
{
color: #DCD082;
}
.AnyTagClassName
{
color: #DCD082;
}
</style>
background-color css
<style>
a { background-color: #DCD082; }
a { background-color: rgb(220,208,130); }
div.DivClassName
{
background-color: #DCD082;
}
.BgClassName
{
background-color: #DCD082;
}
</style>
border-color css
<style>
span { border-color: #DCD082; }
span { border-color: rgb(220,208,130); }
td.TdClassName
{
border-color: #DCD082;
}
.TagClassName
{
border-color: #DCD082;
}
</style>