Shades of Vis Vis #FFDD8D
Tints of Vis Vis #FFDD8D
RGB
CMYK
RGB Variations
Color information
#FFDD8D (or 0xFFDD8D) is known color: Vis Vis. HEX triplet: FF, DD and 8D. RGB value is (255,221,141). Sum of RGB (Red+Green+Blue) = 255+221+141=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 141 (55.47% from 255 or 22.85% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDD8D is #002272. Grayscale: #DEDEDE. Windows color (decimal): -8819 or 9297407. OLE color: 9297407.
HSL color Cylindrical-coordinate representation of color #FFDD8D: hue angle of 42.11º 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 #FFDD8D is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 141 | - |
| CMYK | 0 | 0.13 | 0.45 | 0 |
| HSL | 42.11º | 1% | 0.78% | - |
| HSV(B) | 42.11º | 0.45% | 1% | - |
| XYZ | 71.9 | 74.9 | 35.87 | - |
| YUV | 222.05 | 82.26 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 141 | 0 | 0.13 | 0.45 | 0 | 42.11 | 1 | 0.78 |
| Hex | FF | DD | 8D | 0 | D | 2D | 0 | 2A | 64 | 4E |
| Octal | 377 | 335 | 215 | 0 | 15 | 55 | 0 | 52 | 144 | 116 |
| Binary | 11111111 | 11011101 | 10001101 | 0 | 1101 | 101101 | 0 | 101010 | 1100100 | 1001110 |
Color Harmonies of #FFDD8D
Complementary color
Monochromatic Colors of #FFDD8D
Black with #FFDD8D
Text Example
Text Example
White with #FFDD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD8D; }
p { color: rgb(255,221,141); }
H1.HeaderClassName
{
color: #FFDD8D;
}
.AnyTagClassName
{
color: #FFDD8D;
}
</style>
background-color css
<style>
a { background-color: #FFDD8D; }
a { background-color: rgb(255,221,141); }
div.DivClassName
{
background-color: #FFDD8D;
}
.BgClassName
{
background-color: #FFDD8D;
}
</style>
border-color css
<style>
span { border-color: #FFDD8D; }
span { border-color: rgb(255,221,141); }
td.TdClassName
{
border-color: #FFDD8D;
}
.TagClassName
{
border-color: #FFDD8D;
}
</style>