Shades of Vis Vis #FFDF8A
Tints of Vis Vis #FFDF8A
RGB
CMYK
RGB Variations
Color information
#FFDF8A (or 0xFFDF8A) is known color: Vis Vis. HEX triplet: FF, DF and 8A. RGB value is (255,223,138). Sum of RGB (Red+Green+Blue) = 255+223+138=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 138 (54.30% from 255 or 22.40% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDF8A is #002075. Grayscale: #DFDFDF. Windows color (decimal): -8310 or 9101311. OLE color: 9101311.
HSL color Cylindrical-coordinate representation of color #FFDF8A: hue angle of 43.59º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFDF8A is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 138 | - |
| CMYK | 0 | 0.13 | 0.46 | 0 |
| HSL | 43.59º | 1% | 0.77% | - |
| HSV(B) | 43.59º | 0.46% | 1% | - |
| XYZ | 72.22 | 75.87 | 34.88 | - |
| YUV | 222.88 | 80.1 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 138 | 0 | 0.13 | 0.46 | 0 | 43.59 | 1 | 0.77 |
| Hex | FF | DF | 8A | 0 | D | 2E | 0 | 2C | 64 | 4D |
| Octal | 377 | 337 | 212 | 0 | 15 | 56 | 0 | 54 | 144 | 115 |
| Binary | 11111111 | 11011111 | 10001010 | 0 | 1101 | 101110 | 0 | 101100 | 1100100 | 1001101 |
Color Harmonies of #FFDF8A
Complementary color
Monochromatic Colors of #FFDF8A
Black with #FFDF8A
Text Example
Text Example
White with #FFDF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF8A; }
p { color: rgb(255,223,138); }
H1.HeaderClassName
{
color: #FFDF8A;
}
.AnyTagClassName
{
color: #FFDF8A;
}
</style>
background-color css
<style>
a { background-color: #FFDF8A; }
a { background-color: rgb(255,223,138); }
div.DivClassName
{
background-color: #FFDF8A;
}
.BgClassName
{
background-color: #FFDF8A;
}
</style>
border-color css
<style>
span { border-color: #FFDF8A; }
span { border-color: rgb(255,223,138); }
td.TdClassName
{
border-color: #FFDF8A;
}
.TagClassName
{
border-color: #FFDF8A;
}
</style>