Shades of Sandwisp #DCC681
Tints of Sandwisp #DCC681
RGB
CMYK
RGB Variations
Color information
#DCC681 (or 0xDCC681) is known color: Sandwisp. HEX triplet: DC, C6 and 81. RGB value is (220,198,129). Sum of RGB (Red+Green+Blue) = 220+198+129=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 129 (50.78% from 255 or 23.58% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC681 is #23397E. Grayscale: #C5C5C5. Windows color (decimal): -2308479 or 8505052. OLE color: 8505052.
HSL color Cylindrical-coordinate representation of color #DCC681: hue angle of 45.49º 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 #DCC681 is Cyan = 0, Magento = 0.1, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 129 | - |
| CMYK | 0 | 0.1 | 0.41 | 0.14 |
| HSL | 45.49º | 0.57% | 0.68% | - |
| HSV(B) | 45.49º | 0.41% | 0.86% | - |
| XYZ | 53.67 | 57.19 | 28.98 | - |
| YUV | 196.71 | 89.79 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 129 | 0 | 0.1 | 0.41 | 0.14 | 45.49 | 0.57 | 0.68 |
| Hex | DC | C6 | 81 | 0 | A | 29 | E | 2D | 39 | 44 |
| Octal | 334 | 306 | 201 | 0 | 12 | 51 | 16 | 55 | 71 | 104 |
| Binary | 11011100 | 11000110 | 10000001 | 0 | 1010 | 101001 | 1110 | 101101 | 111001 | 1000100 |
Color Harmonies of #DCC681
Complementary color
Monochromatic Colors of #DCC681
Black with #DCC681
Text Example
Text Example
White with #DCC681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC681; }
p { color: rgb(220,198,129); }
H1.HeaderClassName
{
color: #DCC681;
}
.AnyTagClassName
{
color: #DCC681;
}
</style>
background-color css
<style>
a { background-color: #DCC681; }
a { background-color: rgb(220,198,129); }
div.DivClassName
{
background-color: #DCC681;
}
.BgClassName
{
background-color: #DCC681;
}
</style>
border-color css
<style>
span { border-color: #DCC681; }
span { border-color: rgb(220,198,129); }
td.TdClassName
{
border-color: #DCC681;
}
.TagClassName
{
border-color: #DCC681;
}
</style>