Shades of Vis Vis #FFDF8D
Tints of Vis Vis #FFDF8D
RGB
CMYK
RGB Variations
Color information
#FFDF8D (or 0xFFDF8D) is known color: Vis Vis. HEX triplet: FF, DF and 8D. RGB value is (255,223,141). Sum of RGB (Red+Green+Blue) = 255+223+141=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 141 (55.47% from 255 or 22.78% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDF8D is #002072. Grayscale: #DFDFDF. Windows color (decimal): -8307 or 9297919. OLE color: 9297919.
HSL color Cylindrical-coordinate representation of color #FFDF8D: hue angle of 43.16º 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 #FFDF8D is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 141 | - |
| CMYK | 0 | 0.13 | 0.45 | 0 |
| HSL | 43.16º | 1% | 0.78% | - |
| HSV(B) | 43.16º | 0.45% | 1% | - |
| XYZ | 72.44 | 75.96 | 36.04 | - |
| YUV | 223.22 | 81.6 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 141 | 0 | 0.13 | 0.45 | 0 | 43.16 | 1 | 0.78 |
| Hex | FF | DF | 8D | 0 | D | 2D | 0 | 2B | 64 | 4E |
| Octal | 377 | 337 | 215 | 0 | 15 | 55 | 0 | 53 | 144 | 116 |
| Binary | 11111111 | 11011111 | 10001101 | 0 | 1101 | 101101 | 0 | 101011 | 1100100 | 1001110 |
Color Harmonies of #FFDF8D
Complementary color
Monochromatic Colors of #FFDF8D
Black with #FFDF8D
Text Example
Text Example
White with #FFDF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF8D; }
p { color: rgb(255,223,141); }
H1.HeaderClassName
{
color: #FFDF8D;
}
.AnyTagClassName
{
color: #FFDF8D;
}
</style>
background-color css
<style>
a { background-color: #FFDF8D; }
a { background-color: rgb(255,223,141); }
div.DivClassName
{
background-color: #FFDF8D;
}
.BgClassName
{
background-color: #FFDF8D;
}
</style>
border-color css
<style>
span { border-color: #FFDF8D; }
span { border-color: rgb(255,223,141); }
td.TdClassName
{
border-color: #FFDF8D;
}
.TagClassName
{
border-color: #FFDF8D;
}
</style>