Shades of Vis Vis #FFDF8B
Tints of Vis Vis #FFDF8B
RGB
CMYK
RGB Variations
Color information
#FFDF8B (or 0xFFDF8B) is known color: Vis Vis. HEX triplet: FF, DF and 8B. RGB value is (255,223,139). Sum of RGB (Red+Green+Blue) = 255+223+139=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 139 (54.69% from 255 or 22.53% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDF8B is #002074. Grayscale: #DFDFDF. Windows color (decimal): -8309 or 9166847. OLE color: 9166847.
HSL color Cylindrical-coordinate representation of color #FFDF8B: hue angle of 43.45º 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 #FFDF8B is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 139 | - |
| CMYK | 0 | 0.13 | 0.45 | 0 |
| HSL | 43.45º | 1% | 0.77% | - |
| HSV(B) | 43.45º | 0.45% | 1% | - |
| XYZ | 72.29 | 75.9 | 35.27 | - |
| YUV | 222.99 | 80.6 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 139 | 0 | 0.13 | 0.45 | 0 | 43.45 | 1 | 0.77 |
| Hex | FF | DF | 8B | 0 | D | 2D | 0 | 2B | 64 | 4D |
| Octal | 377 | 337 | 213 | 0 | 15 | 55 | 0 | 53 | 144 | 115 |
| Binary | 11111111 | 11011111 | 10001011 | 0 | 1101 | 101101 | 0 | 101011 | 1100100 | 1001101 |
Color Harmonies of #FFDF8B
Complementary color
Monochromatic Colors of #FFDF8B
Black with #FFDF8B
Text Example
Text Example
White with #FFDF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF8B; }
p { color: rgb(255,223,139); }
H1.HeaderClassName
{
color: #FFDF8B;
}
.AnyTagClassName
{
color: #FFDF8B;
}
</style>
background-color css
<style>
a { background-color: #FFDF8B; }
a { background-color: rgb(255,223,139); }
div.DivClassName
{
background-color: #FFDF8B;
}
.BgClassName
{
background-color: #FFDF8B;
}
</style>
border-color css
<style>
span { border-color: #FFDF8B; }
span { border-color: rgb(255,223,139); }
td.TdClassName
{
border-color: #FFDF8B;
}
.TagClassName
{
border-color: #FFDF8B;
}
</style>