Shades of Sandwisp #DCC988
Tints of Sandwisp #DCC988
RGB
CMYK
RGB Variations
Color information
#DCC988 (or 0xDCC988) is known color: Sandwisp. HEX triplet: DC, C9 and 88. RGB value is (220,201,136). Sum of RGB (Red+Green+Blue) = 220+201+136=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 136 (53.52% from 255 or 24.42% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC988 is #233677. Grayscale: #C7C7C7. Windows color (decimal): -2307704 or 8964572. OLE color: 8964572.
HSL color Cylindrical-coordinate representation of color #DCC988: hue angle of 46.43º 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 #DCC988 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 136 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.14 |
| HSL | 46.43º | 0.55% | 0.7% | - |
| HSV(B) | 46.43º | 0.38% | 0.86% | - |
| XYZ | 54.85 | 58.77 | 31.74 | - |
| YUV | 199.27 | 92.29 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 136 | 0 | 0.09 | 0.38 | 0.14 | 46.43 | 0.55 | 0.7 |
| Hex | DC | C9 | 88 | 0 | 9 | 26 | E | 2E | 37 | 46 |
| Octal | 334 | 311 | 210 | 0 | 11 | 46 | 16 | 56 | 67 | 106 |
| Binary | 11011100 | 11001001 | 10001000 | 0 | 1001 | 100110 | 1110 | 101110 | 110111 | 1000110 |
Color Harmonies of #DCC988
Complementary color
Monochromatic Colors of #DCC988
Black with #DCC988
Text Example
Text Example
White with #DCC988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC988; }
p { color: rgb(220,201,136); }
H1.HeaderClassName
{
color: #DCC988;
}
.AnyTagClassName
{
color: #DCC988;
}
</style>
background-color css
<style>
a { background-color: #DCC988; }
a { background-color: rgb(220,201,136); }
div.DivClassName
{
background-color: #DCC988;
}
.BgClassName
{
background-color: #DCC988;
}
</style>
border-color css
<style>
span { border-color: #DCC988; }
span { border-color: rgb(220,201,136); }
td.TdClassName
{
border-color: #DCC988;
}
.TagClassName
{
border-color: #DCC988;
}
</style>