Shades of Vis Vis #FFDF8E
Tints of Vis Vis #FFDF8E
RGB
CMYK
RGB Variations
Color information
#FFDF8E (or 0xFFDF8E) is known color: Vis Vis. HEX triplet: FF, DF and 8E. RGB value is (255,223,142). Sum of RGB (Red+Green+Blue) = 255+223+142=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 142 (55.86% from 255 or 22.90% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDF8E is #002071. Grayscale: #DFDFDF. Windows color (decimal): -8306 or 9363455. OLE color: 9363455.
HSL color Cylindrical-coordinate representation of color #FFDF8E: hue angle of 43.01º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFDF8E is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 142 | - |
| CMYK | 0 | 0.13 | 0.44 | 0 |
| HSL | 43.01º | 1% | 0.78% | - |
| HSV(B) | 43.01º | 0.44% | 1% | - |
| XYZ | 72.51 | 75.99 | 36.44 | - |
| YUV | 223.33 | 82.1 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 142 | 0 | 0.13 | 0.44 | 0 | 43.01 | 1 | 0.78 |
| Hex | FF | DF | 8E | 0 | D | 2C | 0 | 2B | 64 | 4E |
| Octal | 377 | 337 | 216 | 0 | 15 | 54 | 0 | 53 | 144 | 116 |
| Binary | 11111111 | 11011111 | 10001110 | 0 | 1101 | 101100 | 0 | 101011 | 1100100 | 1001110 |
Color Harmonies of #FFDF8E
Complementary color
Monochromatic Colors of #FFDF8E
Black with #FFDF8E
Text Example
Text Example
White with #FFDF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF8E; }
p { color: rgb(255,223,142); }
H1.HeaderClassName
{
color: #FFDF8E;
}
.AnyTagClassName
{
color: #FFDF8E;
}
</style>
background-color css
<style>
a { background-color: #FFDF8E; }
a { background-color: rgb(255,223,142); }
div.DivClassName
{
background-color: #FFDF8E;
}
.BgClassName
{
background-color: #FFDF8E;
}
</style>
border-color css
<style>
span { border-color: #FFDF8E; }
span { border-color: rgb(255,223,142); }
td.TdClassName
{
border-color: #FFDF8E;
}
.TagClassName
{
border-color: #FFDF8E;
}
</style>