Shades of Sandwisp #DCD384
Tints of Sandwisp #DCD384
RGB
CMYK
RGB Variations
Color information
#DCD384 (or 0xDCD384) is known color: Sandwisp. HEX triplet: DC, D3 and 84. RGB value is (220,211,132). Sum of RGB (Red+Green+Blue) = 220+211+132=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 211 (82.81% from 255 or 37.48% from 563); Blue value is 132 (51.95% from 255 or 23.45% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD384 is #232C7B. Grayscale: #CDCDCD. Windows color (decimal): -2305148 or 8704988. OLE color: 8704988.
HSL color Cylindrical-coordinate representation of color #DCD384: hue angle of 53.86º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCD384 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 132 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.14 |
| HSL | 53.86º | 0.56% | 0.69% | - |
| HSV(B) | 53.86º | 0.4% | 0.86% | - |
| XYZ | 56.97 | 63.47 | 31.08 | - |
| YUV | 204.69 | 86.98 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 132 | 0 | 0.04 | 0.40 | 0.14 | 53.86 | 0.56 | 0.69 |
| Hex | DC | D3 | 84 | 0 | 4 | 28 | E | 36 | 38 | 45 |
| Octal | 334 | 323 | 204 | 0 | 4 | 50 | 16 | 66 | 70 | 105 |
| Binary | 11011100 | 11010011 | 10000100 | 0 | 100 | 101000 | 1110 | 110110 | 111000 | 1000101 |
Color Harmonies of #DCD384
Complementary color
Monochromatic Colors of #DCD384
Black with #DCD384
Text Example
Text Example
White with #DCD384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD384; }
p { color: rgb(220,211,132); }
H1.HeaderClassName
{
color: #DCD384;
}
.AnyTagClassName
{
color: #DCD384;
}
</style>
background-color css
<style>
a { background-color: #DCD384; }
a { background-color: rgb(220,211,132); }
div.DivClassName
{
background-color: #DCD384;
}
.BgClassName
{
background-color: #DCD384;
}
</style>
border-color css
<style>
span { border-color: #DCD384; }
span { border-color: rgb(220,211,132); }
td.TdClassName
{
border-color: #DCD384;
}
.TagClassName
{
border-color: #DCD384;
}
</style>