Shades of Sandwisp #DCD388
Tints of Sandwisp #DCD388
RGB
CMYK
RGB Variations
Color information
#DCD388 (or 0xDCD388) is known color: Sandwisp. HEX triplet: DC, D3 and 88. RGB value is (220,211,136). Sum of RGB (Red+Green+Blue) = 220+211+136=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 211 (82.81% from 255 or 37.21% from 567); Blue value is 136 (53.52% from 255 or 23.99% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD388 is #232C77. Grayscale: #CDCDCD. Windows color (decimal): -2305144 or 8967132. OLE color: 8967132.
HSL color Cylindrical-coordinate representation of color #DCD388: hue angle of 53.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCD388 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 136 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.14 |
| HSL | 53.57º | 0.55% | 0.7% | - |
| HSV(B) | 53.57º | 0.38% | 0.86% | - |
| XYZ | 57.25 | 63.58 | 32.55 | - |
| YUV | 205.14 | 88.98 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 136 | 0 | 0.04 | 0.38 | 0.14 | 53.57 | 0.55 | 0.7 |
| Hex | DC | D3 | 88 | 0 | 4 | 26 | E | 36 | 37 | 46 |
| Octal | 334 | 323 | 210 | 0 | 4 | 46 | 16 | 66 | 67 | 106 |
| Binary | 11011100 | 11010011 | 10001000 | 0 | 100 | 100110 | 1110 | 110110 | 110111 | 1000110 |
Color Harmonies of #DCD388
Complementary color
Monochromatic Colors of #DCD388
Black with #DCD388
Text Example
Text Example
White with #DCD388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD388; }
p { color: rgb(220,211,136); }
H1.HeaderClassName
{
color: #DCD388;
}
.AnyTagClassName
{
color: #DCD388;
}
</style>
background-color css
<style>
a { background-color: #DCD388; }
a { background-color: rgb(220,211,136); }
div.DivClassName
{
background-color: #DCD388;
}
.BgClassName
{
background-color: #DCD388;
}
</style>
border-color css
<style>
span { border-color: #DCD388; }
span { border-color: rgb(220,211,136); }
td.TdClassName
{
border-color: #DCD388;
}
.TagClassName
{
border-color: #DCD388;
}
</style>