Shades of Sandwisp #DCC989
Tints of Sandwisp #DCC989
RGB
CMYK
RGB Variations
Color information
#DCC989 (or 0xDCC989) is known color: Sandwisp. HEX triplet: DC, C9 and 89. RGB value is (220,201,137). Sum of RGB (Red+Green+Blue) = 220+201+137=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 201 (78.91% from 255 or 36.02% from 558); Blue value is 137 (53.91% from 255 or 24.55% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC989 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC989 is #233676. Grayscale: #C7C7C7. Windows color (decimal): -2307703 or 9030108. OLE color: 9030108.
HSL color Cylindrical-coordinate representation of color #DCC989: hue angle of 46.27º degrees, saturation: 0.54, 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 #DCC989 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 137 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.14 |
| HSL | 46.27º | 0.54% | 0.7% | - |
| HSV(B) | 46.27º | 0.38% | 0.86% | - |
| XYZ | 54.92 | 58.8 | 32.12 | - |
| YUV | 199.39 | 92.79 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 137 | 0 | 0.09 | 0.38 | 0.14 | 46.27 | 0.54 | 0.7 |
| Hex | DC | C9 | 89 | 0 | 9 | 26 | E | 2E | 36 | 46 |
| Octal | 334 | 311 | 211 | 0 | 11 | 46 | 16 | 56 | 66 | 106 |
| Binary | 11011100 | 11001001 | 10001001 | 0 | 1001 | 100110 | 1110 | 101110 | 110110 | 1000110 |
Color Harmonies of #DCC989
Complementary color
Monochromatic Colors of #DCC989
Black with #DCC989
Text Example
Text Example
White with #DCC989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC989; }
p { color: rgb(220,201,137); }
H1.HeaderClassName
{
color: #DCC989;
}
.AnyTagClassName
{
color: #DCC989;
}
</style>
background-color css
<style>
a { background-color: #DCC989; }
a { background-color: rgb(220,201,137); }
div.DivClassName
{
background-color: #DCC989;
}
.BgClassName
{
background-color: #DCC989;
}
</style>
border-color css
<style>
span { border-color: #DCC989; }
span { border-color: rgb(220,201,137); }
td.TdClassName
{
border-color: #DCC989;
}
.TagClassName
{
border-color: #DCC989;
}
</style>