Shades of Vis Vis #FFDC8D
Tints of Vis Vis #FFDC8D
RGB
CMYK
RGB Variations
Color information
#FFDC8D (or 0xFFDC8D) is known color: Vis Vis. HEX triplet: FF, DC and 8D. RGB value is (255,220,141). Sum of RGB (Red+Green+Blue) = 255+220+141=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 141 (55.47% from 255 or 22.89% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDC8D is #002372. Grayscale: #DDDDDD. Windows color (decimal): -9075 or 9297151. OLE color: 9297151.
HSL color Cylindrical-coordinate representation of color #FFDC8D: hue angle of 41.58º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFDC8D is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 141 | - |
| CMYK | 0 | 0.14 | 0.45 | 0 |
| HSL | 41.58º | 1% | 0.78% | - |
| HSV(B) | 41.58º | 0.45% | 1% | - |
| XYZ | 71.64 | 74.37 | 35.78 | - |
| YUV | 221.46 | 82.6 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 141 | 0 | 0.14 | 0.45 | 0 | 41.58 | 1 | 0.78 |
| Hex | FF | DC | 8D | 0 | E | 2D | 0 | 2A | 64 | 4E |
| Octal | 377 | 334 | 215 | 0 | 16 | 55 | 0 | 52 | 144 | 116 |
| Binary | 11111111 | 11011100 | 10001101 | 0 | 1110 | 101101 | 0 | 101010 | 1100100 | 1001110 |
Color Harmonies of #FFDC8D
Complementary color
Monochromatic Colors of #FFDC8D
Black with #FFDC8D
Text Example
Text Example
White with #FFDC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC8D; }
p { color: rgb(255,220,141); }
H1.HeaderClassName
{
color: #FFDC8D;
}
.AnyTagClassName
{
color: #FFDC8D;
}
</style>
background-color css
<style>
a { background-color: #FFDC8D; }
a { background-color: rgb(255,220,141); }
div.DivClassName
{
background-color: #FFDC8D;
}
.BgClassName
{
background-color: #FFDC8D;
}
</style>
border-color css
<style>
span { border-color: #FFDC8D; }
span { border-color: rgb(255,220,141); }
td.TdClassName
{
border-color: #FFDC8D;
}
.TagClassName
{
border-color: #FFDC8D;
}
</style>