Shades of Vis Vis #FFDF8C
Tints of Vis Vis #FFDF8C
RGB
CMYK
RGB Variations
Color information
#FFDF8C (or 0xFFDF8C) is known color: Vis Vis. HEX triplet: FF, DF and 8C. RGB value is (255,223,140). Sum of RGB (Red+Green+Blue) = 255+223+140=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 140 (55.08% from 255 or 22.65% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDF8C is #002073. Grayscale: #DFDFDF. Windows color (decimal): -8308 or 9232383. OLE color: 9232383.
HSL color Cylindrical-coordinate representation of color #FFDF8C: hue angle of 43.3º 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 #FFDF8C is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 140 | - |
| CMYK | 0 | 0.13 | 0.45 | 0 |
| HSL | 43.3º | 1% | 0.77% | - |
| HSV(B) | 43.3º | 0.45% | 1% | - |
| XYZ | 72.36 | 75.93 | 35.65 | - |
| YUV | 223.11 | 81.1 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 140 | 0 | 0.13 | 0.45 | 0 | 43.3 | 1 | 0.77 |
| Hex | FF | DF | 8C | 0 | D | 2D | 0 | 2B | 64 | 4D |
| Octal | 377 | 337 | 214 | 0 | 15 | 55 | 0 | 53 | 144 | 115 |
| Binary | 11111111 | 11011111 | 10001100 | 0 | 1101 | 101101 | 0 | 101011 | 1100100 | 1001101 |
Color Harmonies of #FFDF8C
Complementary color
Monochromatic Colors of #FFDF8C
Black with #FFDF8C
Text Example
Text Example
White with #FFDF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF8C; }
p { color: rgb(255,223,140); }
H1.HeaderClassName
{
color: #FFDF8C;
}
.AnyTagClassName
{
color: #FFDF8C;
}
</style>
background-color css
<style>
a { background-color: #FFDF8C; }
a { background-color: rgb(255,223,140); }
div.DivClassName
{
background-color: #FFDF8C;
}
.BgClassName
{
background-color: #FFDF8C;
}
</style>
border-color css
<style>
span { border-color: #FFDF8C; }
span { border-color: rgb(255,223,140); }
td.TdClassName
{
border-color: #FFDF8C;
}
.TagClassName
{
border-color: #FFDF8C;
}
</style>