Shades of Sandwisp #DCD482
Tints of Sandwisp #DCD482
RGB
CMYK
RGB Variations
Color information
#DCD482 (or 0xDCD482) is known color: Sandwisp. HEX triplet: DC, D4 and 82. RGB value is (220,212,130). Sum of RGB (Red+Green+Blue) = 220+212+130=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 130 (51.17% from 255 or 23.13% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD482 is #232B7D. Grayscale: #CDCDCD. Windows color (decimal): -2304894 or 8574172. OLE color: 8574172.
HSL color Cylindrical-coordinate representation of color #DCD482: hue angle of 54.67º 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 #DCD482 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 130 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.14 |
| HSL | 54.67º | 0.56% | 0.69% | - |
| HSV(B) | 54.67º | 0.41% | 0.86% | - |
| XYZ | 57.09 | 63.91 | 30.45 | - |
| YUV | 205.04 | 85.65 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 130 | 0 | 0.04 | 0.41 | 0.14 | 54.67 | 0.56 | 0.69 |
| Hex | DC | D4 | 82 | 0 | 4 | 29 | E | 37 | 38 | 45 |
| Octal | 334 | 324 | 202 | 0 | 4 | 51 | 16 | 67 | 70 | 105 |
| Binary | 11011100 | 11010100 | 10000010 | 0 | 100 | 101001 | 1110 | 110111 | 111000 | 1000101 |
Color Harmonies of #DCD482
Complementary color
Monochromatic Colors of #DCD482
Black with #DCD482
Text Example
Text Example
White with #DCD482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD482; }
p { color: rgb(220,212,130); }
H1.HeaderClassName
{
color: #DCD482;
}
.AnyTagClassName
{
color: #DCD482;
}
</style>
background-color css
<style>
a { background-color: #DCD482; }
a { background-color: rgb(220,212,130); }
div.DivClassName
{
background-color: #DCD482;
}
.BgClassName
{
background-color: #DCD482;
}
</style>
border-color css
<style>
span { border-color: #DCD482; }
span { border-color: rgb(220,212,130); }
td.TdClassName
{
border-color: #DCD482;
}
.TagClassName
{
border-color: #DCD482;
}
</style>