Shades of Sandwisp #DCD382
Tints of Sandwisp #DCD382
RGB
CMYK
RGB Variations
Color information
#DCD382 (or 0xDCD382) is known color: Sandwisp. HEX triplet: DC, D3 and 82. RGB value is (220,211,130). Sum of RGB (Red+Green+Blue) = 220+211+130=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 211 (82.81% from 255 or 37.61% from 561); Blue value is 130 (51.17% from 255 or 23.17% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD382 is #232C7D. Grayscale: #CCCCCC. Windows color (decimal): -2305150 or 8573916. OLE color: 8573916.
HSL color Cylindrical-coordinate representation of color #DCD382: hue angle of 54º 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 #DCD382 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 130 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.14 |
| HSL | 54º | 0.56% | 0.69% | - |
| HSV(B) | 54º | 0.41% | 0.86% | - |
| XYZ | 56.84 | 63.42 | 30.36 | - |
| YUV | 204.46 | 85.98 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 130 | 0 | 0.04 | 0.41 | 0.14 | 54 | 0.56 | 0.69 |
| Hex | DC | D3 | 82 | 0 | 4 | 29 | E | 36 | 38 | 45 |
| Octal | 334 | 323 | 202 | 0 | 4 | 51 | 16 | 66 | 70 | 105 |
| Binary | 11011100 | 11010011 | 10000010 | 0 | 100 | 101001 | 1110 | 110110 | 111000 | 1000101 |
Color Harmonies of #DCD382
Complementary color
Monochromatic Colors of #DCD382
Black with #DCD382
Text Example
Text Example
White with #DCD382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD382; }
p { color: rgb(220,211,130); }
H1.HeaderClassName
{
color: #DCD382;
}
.AnyTagClassName
{
color: #DCD382;
}
</style>
background-color css
<style>
a { background-color: #DCD382; }
a { background-color: rgb(220,211,130); }
div.DivClassName
{
background-color: #DCD382;
}
.BgClassName
{
background-color: #DCD382;
}
</style>
border-color css
<style>
span { border-color: #DCD382; }
span { border-color: rgb(220,211,130); }
td.TdClassName
{
border-color: #DCD382;
}
.TagClassName
{
border-color: #DCD382;
}
</style>