Shades of Sandwisp #DCC981
Tints of Sandwisp #DCC981
RGB
CMYK
RGB Variations
Color information
#DCC981 (or 0xDCC981) is known color: Sandwisp. HEX triplet: DC, C9 and 81. RGB value is (220,201,129). Sum of RGB (Red+Green+Blue) = 220+201+129=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 201 (78.91% from 255 or 36.55% from 550); Blue value is 129 (50.78% from 255 or 23.45% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC981 is #23367E. Grayscale: #C6C6C6. Windows color (decimal): -2307711 or 8505820. OLE color: 8505820.
HSL color Cylindrical-coordinate representation of color #DCC981: hue angle of 47.47º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCC981 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 129 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.14 |
| HSL | 47.47º | 0.57% | 0.68% | - |
| HSV(B) | 47.47º | 0.41% | 0.86% | - |
| XYZ | 54.36 | 58.57 | 29.21 | - |
| YUV | 198.47 | 88.79 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 129 | 0 | 0.09 | 0.41 | 0.14 | 47.47 | 0.57 | 0.68 |
| Hex | DC | C9 | 81 | 0 | 9 | 29 | E | 2F | 39 | 44 |
| Octal | 334 | 311 | 201 | 0 | 11 | 51 | 16 | 57 | 71 | 104 |
| Binary | 11011100 | 11001001 | 10000001 | 0 | 1001 | 101001 | 1110 | 101111 | 111001 | 1000100 |
Color Harmonies of #DCC981
Complementary color
Monochromatic Colors of #DCC981
Black with #DCC981
Text Example
Text Example
White with #DCC981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC981; }
p { color: rgb(220,201,129); }
H1.HeaderClassName
{
color: #DCC981;
}
.AnyTagClassName
{
color: #DCC981;
}
</style>
background-color css
<style>
a { background-color: #DCC981; }
a { background-color: rgb(220,201,129); }
div.DivClassName
{
background-color: #DCC981;
}
.BgClassName
{
background-color: #DCC981;
}
</style>
border-color css
<style>
span { border-color: #DCC981; }
span { border-color: rgb(220,201,129); }
td.TdClassName
{
border-color: #DCC981;
}
.TagClassName
{
border-color: #DCC981;
}
</style>