Shades of Sandwisp #DCCF86
Tints of Sandwisp #DCCF86
RGB
CMYK
RGB Variations
Color information
#DCCF86 (or 0xDCCF86) is known color: Sandwisp. HEX triplet: DC, CF and 86. RGB value is (220,207,134). Sum of RGB (Red+Green+Blue) = 220+207+134=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 134 (52.73% from 255 or 23.89% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCF86 is #233079. Grayscale: #CACACA. Windows color (decimal): -2306170 or 8835036. OLE color: 8835036.
HSL color Cylindrical-coordinate representation of color #DCCF86: hue angle of 50.93º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCCF86 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 134 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.14 |
| HSL | 50.93º | 0.55% | 0.69% | - |
| HSV(B) | 50.93º | 0.39% | 0.86% | - |
| XYZ | 56.13 | 61.56 | 31.48 | - |
| YUV | 202.57 | 89.31 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 134 | 0 | 0.06 | 0.39 | 0.14 | 50.93 | 0.55 | 0.69 |
| Hex | DC | CF | 86 | 0 | 6 | 27 | E | 33 | 37 | 45 |
| Octal | 334 | 317 | 206 | 0 | 6 | 47 | 16 | 63 | 67 | 105 |
| Binary | 11011100 | 11001111 | 10000110 | 0 | 110 | 100111 | 1110 | 110011 | 110111 | 1000101 |
Color Harmonies of #DCCF86
Complementary color
Monochromatic Colors of #DCCF86
Black with #DCCF86
Text Example
Text Example
White with #DCCF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF86; }
p { color: rgb(220,207,134); }
H1.HeaderClassName
{
color: #DCCF86;
}
.AnyTagClassName
{
color: #DCCF86;
}
</style>
background-color css
<style>
a { background-color: #DCCF86; }
a { background-color: rgb(220,207,134); }
div.DivClassName
{
background-color: #DCCF86;
}
.BgClassName
{
background-color: #DCCF86;
}
</style>
border-color css
<style>
span { border-color: #DCCF86; }
span { border-color: rgb(220,207,134); }
td.TdClassName
{
border-color: #DCCF86;
}
.TagClassName
{
border-color: #DCCF86;
}
</style>