Shades of Vis Vis #FFDC8C
Tints of Vis Vis #FFDC8C
RGB
CMYK
RGB Variations
Color information
#FFDC8C (or 0xFFDC8C) is known color: Vis Vis. HEX triplet: FF, DC and 8C. RGB value is (255,220,140). Sum of RGB (Red+Green+Blue) = 255+220+140=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 140 (55.08% from 255 or 22.76% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDC8C is #002373. Grayscale: #DDDDDD. Windows color (decimal): -9076 or 9231615. OLE color: 9231615.
HSL color Cylindrical-coordinate representation of color #FFDC8C: hue angle of 41.74º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFDC8C is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 140 | - |
| CMYK | 0 | 0.14 | 0.45 | 0 |
| HSL | 41.74º | 1% | 0.77% | - |
| HSV(B) | 41.74º | 0.45% | 1% | - |
| XYZ | 71.57 | 74.34 | 35.39 | - |
| YUV | 221.35 | 82.1 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 140 | 0 | 0.14 | 0.45 | 0 | 41.74 | 1 | 0.77 |
| Hex | FF | DC | 8C | 0 | E | 2D | 0 | 2A | 64 | 4D |
| Octal | 377 | 334 | 214 | 0 | 16 | 55 | 0 | 52 | 144 | 115 |
| Binary | 11111111 | 11011100 | 10001100 | 0 | 1110 | 101101 | 0 | 101010 | 1100100 | 1001101 |
Color Harmonies of #FFDC8C
Complementary color
Monochromatic Colors of #FFDC8C
Black with #FFDC8C
Text Example
Text Example
White with #FFDC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC8C; }
p { color: rgb(255,220,140); }
H1.HeaderClassName
{
color: #FFDC8C;
}
.AnyTagClassName
{
color: #FFDC8C;
}
</style>
background-color css
<style>
a { background-color: #FFDC8C; }
a { background-color: rgb(255,220,140); }
div.DivClassName
{
background-color: #FFDC8C;
}
.BgClassName
{
background-color: #FFDC8C;
}
</style>
border-color css
<style>
span { border-color: #FFDC8C; }
span { border-color: rgb(255,220,140); }
td.TdClassName
{
border-color: #FFDC8C;
}
.TagClassName
{
border-color: #FFDC8C;
}
</style>