Shades of Sandwisp #DCC885
Tints of Sandwisp #DCC885
RGB
CMYK
RGB Variations
Color information
#DCC885 (or 0xDCC885) is known color: Sandwisp. HEX triplet: DC, C8 and 85. RGB value is (220,200,133). Sum of RGB (Red+Green+Blue) = 220+200+133=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC885 is #23377A. Grayscale: #C6C6C6. Windows color (decimal): -2307963 or 8767708. OLE color: 8767708.
HSL color Cylindrical-coordinate representation of color #DCC885: hue angle of 46.21º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCC885 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 133 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.14 |
| HSL | 46.21º | 0.55% | 0.69% | - |
| HSV(B) | 46.21º | 0.4% | 0.86% | - |
| XYZ | 54.4 | 58.22 | 30.56 | - |
| YUV | 198.34 | 91.13 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 133 | 0 | 0.09 | 0.40 | 0.14 | 46.21 | 0.55 | 0.69 |
| Hex | DC | C8 | 85 | 0 | 9 | 28 | E | 2E | 37 | 45 |
| Octal | 334 | 310 | 205 | 0 | 11 | 50 | 16 | 56 | 67 | 105 |
| Binary | 11011100 | 11001000 | 10000101 | 0 | 1001 | 101000 | 1110 | 101110 | 110111 | 1000101 |
Color Harmonies of #DCC885
Complementary color
Monochromatic Colors of #DCC885
Black with #DCC885
Text Example
Text Example
White with #DCC885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC885; }
p { color: rgb(220,200,133); }
H1.HeaderClassName
{
color: #DCC885;
}
.AnyTagClassName
{
color: #DCC885;
}
</style>
background-color css
<style>
a { background-color: #DCC885; }
a { background-color: rgb(220,200,133); }
div.DivClassName
{
background-color: #DCC885;
}
.BgClassName
{
background-color: #DCC885;
}
</style>
border-color css
<style>
span { border-color: #DCC885; }
span { border-color: rgb(220,200,133); }
td.TdClassName
{
border-color: #DCC885;
}
.TagClassName
{
border-color: #DCC885;
}
</style>