Shades of Sandwisp #DCC985
Tints of Sandwisp #DCC985
RGB
CMYK
RGB Variations
Color information
#DCC985 (or 0xDCC985) is known color: Sandwisp. HEX triplet: DC, C9 and 85. RGB value is (220,201,133). Sum of RGB (Red+Green+Blue) = 220+201+133=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 133 (52.34% from 255 or 24.01% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC985 is #23367A. Grayscale: #C7C7C7. Windows color (decimal): -2307707 or 8767964. OLE color: 8767964.
HSL color Cylindrical-coordinate representation of color #DCC985: hue angle of 46.9º 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 #DCC985 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 133 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.14 |
| HSL | 46.9º | 0.55% | 0.69% | - |
| HSV(B) | 46.9º | 0.4% | 0.86% | - |
| XYZ | 54.64 | 58.68 | 30.64 | - |
| YUV | 198.93 | 90.79 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 133 | 0 | 0.09 | 0.40 | 0.14 | 46.9 | 0.55 | 0.69 |
| Hex | DC | C9 | 85 | 0 | 9 | 28 | E | 2F | 37 | 45 |
| Octal | 334 | 311 | 205 | 0 | 11 | 50 | 16 | 57 | 67 | 105 |
| Binary | 11011100 | 11001001 | 10000101 | 0 | 1001 | 101000 | 1110 | 101111 | 110111 | 1000101 |
Color Harmonies of #DCC985
Complementary color
Monochromatic Colors of #DCC985
Black with #DCC985
Text Example
Text Example
White with #DCC985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC985; }
p { color: rgb(220,201,133); }
H1.HeaderClassName
{
color: #DCC985;
}
.AnyTagClassName
{
color: #DCC985;
}
</style>
background-color css
<style>
a { background-color: #DCC985; }
a { background-color: rgb(220,201,133); }
div.DivClassName
{
background-color: #DCC985;
}
.BgClassName
{
background-color: #DCC985;
}
</style>
border-color css
<style>
span { border-color: #DCC985; }
span { border-color: rgb(220,201,133); }
td.TdClassName
{
border-color: #DCC985;
}
.TagClassName
{
border-color: #DCC985;
}
</style>