Shades of Sandwisp #DCD084
Tints of Sandwisp #DCD084
RGB
CMYK
RGB Variations
Color information
#DCD084 (or 0xDCD084) is known color: Sandwisp. HEX triplet: DC, D0 and 84. RGB value is (220,208,132). Sum of RGB (Red+Green+Blue) = 220+208+132=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 132 (51.95% from 255 or 23.57% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD084 is #232F7B. Grayscale: #CBCBCB. Windows color (decimal): -2305916 or 8704220. OLE color: 8704220.
HSL color Cylindrical-coordinate representation of color #DCD084: hue angle of 51.82º 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 #DCD084 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 132 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.14 |
| HSL | 51.82º | 0.56% | 0.69% | - |
| HSV(B) | 51.82º | 0.4% | 0.86% | - |
| XYZ | 56.24 | 61.99 | 30.83 | - |
| YUV | 202.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 132 | 0 | 0.05 | 0.40 | 0.14 | 51.82 | 0.56 | 0.69 |
| Hex | DC | D0 | 84 | 0 | 5 | 28 | E | 34 | 38 | 45 |
| Octal | 334 | 320 | 204 | 0 | 5 | 50 | 16 | 64 | 70 | 105 |
| Binary | 11011100 | 11010000 | 10000100 | 0 | 101 | 101000 | 1110 | 110100 | 111000 | 1000101 |
Color Harmonies of #DCD084
Complementary color
Monochromatic Colors of #DCD084
Black with #DCD084
Text Example
Text Example
White with #DCD084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD084; }
p { color: rgb(220,208,132); }
H1.HeaderClassName
{
color: #DCD084;
}
.AnyTagClassName
{
color: #DCD084;
}
</style>
background-color css
<style>
a { background-color: #DCD084; }
a { background-color: rgb(220,208,132); }
div.DivClassName
{
background-color: #DCD084;
}
.BgClassName
{
background-color: #DCD084;
}
</style>
border-color css
<style>
span { border-color: #DCD084; }
span { border-color: rgb(220,208,132); }
td.TdClassName
{
border-color: #DCD084;
}
.TagClassName
{
border-color: #DCD084;
}
</style>