Shades of Sandwisp #DCC785
Tints of Sandwisp #DCC785
RGB
CMYK
RGB Variations
Color information
#DCC785 (or 0xDCC785) is known color: Sandwisp. HEX triplet: DC, C7 and 85. RGB value is (220,199,133). Sum of RGB (Red+Green+Blue) = 220+199+133=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 199 (78.12% from 255 or 36.05% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC785 is #23387A. Grayscale: #C6C6C6. Windows color (decimal): -2308219 or 8767452. OLE color: 8767452.
HSL color Cylindrical-coordinate representation of color #DCC785: hue angle of 45.52º 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 #DCC785 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 133 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.14 |
| HSL | 45.52º | 0.55% | 0.69% | - |
| HSV(B) | 45.52º | 0.4% | 0.86% | - |
| XYZ | 54.17 | 57.76 | 30.48 | - |
| YUV | 197.76 | 91.46 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 133 | 0 | 0.10 | 0.40 | 0.14 | 45.52 | 0.55 | 0.69 |
| Hex | DC | C7 | 85 | 0 | A | 28 | E | 2E | 37 | 45 |
| Octal | 334 | 307 | 205 | 0 | 12 | 50 | 16 | 56 | 67 | 105 |
| Binary | 11011100 | 11000111 | 10000101 | 0 | 1010 | 101000 | 1110 | 101110 | 110111 | 1000101 |
Color Harmonies of #DCC785
Complementary color
Monochromatic Colors of #DCC785
Black with #DCC785
Text Example
Text Example
White with #DCC785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC785; }
p { color: rgb(220,199,133); }
H1.HeaderClassName
{
color: #DCC785;
}
.AnyTagClassName
{
color: #DCC785;
}
</style>
background-color css
<style>
a { background-color: #DCC785; }
a { background-color: rgb(220,199,133); }
div.DivClassName
{
background-color: #DCC785;
}
.BgClassName
{
background-color: #DCC785;
}
</style>
border-color css
<style>
span { border-color: #DCC785; }
span { border-color: rgb(220,199,133); }
td.TdClassName
{
border-color: #DCC785;
}
.TagClassName
{
border-color: #DCC785;
}
</style>