Shades of Sandwisp #DCCF85
Tints of Sandwisp #DCCF85
RGB
CMYK
RGB Variations
Color information
#DCCF85 (or 0xDCCF85) is known color: Sandwisp. HEX triplet: DC, CF and 85. RGB value is (220,207,133). Sum of RGB (Red+Green+Blue) = 220+207+133=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 133 (52.34% from 255 or 23.75% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCF85 is #23307A. Grayscale: #CACACA. Windows color (decimal): -2306171 or 8769500. OLE color: 8769500.
HSL color Cylindrical-coordinate representation of color #DCCF85: hue angle of 51.03º 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 #DCCF85 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 133 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.14 |
| HSL | 51.03º | 0.55% | 0.69% | - |
| HSV(B) | 51.03º | 0.4% | 0.86% | - |
| XYZ | 56.06 | 61.53 | 31.11 | - |
| YUV | 202.45 | 88.81 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 133 | 0 | 0.06 | 0.40 | 0.14 | 51.03 | 0.55 | 0.69 |
| Hex | DC | CF | 85 | 0 | 6 | 28 | E | 33 | 37 | 45 |
| Octal | 334 | 317 | 205 | 0 | 6 | 50 | 16 | 63 | 67 | 105 |
| Binary | 11011100 | 11001111 | 10000101 | 0 | 110 | 101000 | 1110 | 110011 | 110111 | 1000101 |
Color Harmonies of #DCCF85
Complementary color
Monochromatic Colors of #DCCF85
Black with #DCCF85
Text Example
Text Example
White with #DCCF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF85; }
p { color: rgb(220,207,133); }
H1.HeaderClassName
{
color: #DCCF85;
}
.AnyTagClassName
{
color: #DCCF85;
}
</style>
background-color css
<style>
a { background-color: #DCCF85; }
a { background-color: rgb(220,207,133); }
div.DivClassName
{
background-color: #DCCF85;
}
.BgClassName
{
background-color: #DCCF85;
}
</style>
border-color css
<style>
span { border-color: #DCCF85; }
span { border-color: rgb(220,207,133); }
td.TdClassName
{
border-color: #DCCF85;
}
.TagClassName
{
border-color: #DCCF85;
}
</style>