Shades of Vis Vis #FFDD8C
Tints of Vis Vis #FFDD8C
RGB
CMYK
RGB Variations
Color information
#FFDD8C (or 0xFFDD8C) is known color: Vis Vis. HEX triplet: FF, DD and 8C. RGB value is (255,221,140). Sum of RGB (Red+Green+Blue) = 255+221+140=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 140 (55.08% from 255 or 22.73% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDD8C is #002273. Grayscale: #DEDEDE. Windows color (decimal): -8820 or 9231871. OLE color: 9231871.
HSL color Cylindrical-coordinate representation of color #FFDD8C: hue angle of 42.26º 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 #FFDD8C is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 140 | - |
| CMYK | 0 | 0.13 | 0.45 | 0 |
| HSL | 42.26º | 1% | 0.77% | - |
| HSV(B) | 42.26º | 0.45% | 1% | - |
| XYZ | 71.83 | 74.87 | 35.48 | - |
| YUV | 221.93 | 81.76 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 140 | 0 | 0.13 | 0.45 | 0 | 42.26 | 1 | 0.77 |
| Hex | FF | DD | 8C | 0 | D | 2D | 0 | 2A | 64 | 4D |
| Octal | 377 | 335 | 214 | 0 | 15 | 55 | 0 | 52 | 144 | 115 |
| Binary | 11111111 | 11011101 | 10001100 | 0 | 1101 | 101101 | 0 | 101010 | 1100100 | 1001101 |
Color Harmonies of #FFDD8C
Complementary color
Monochromatic Colors of #FFDD8C
Black with #FFDD8C
Text Example
Text Example
White with #FFDD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD8C; }
p { color: rgb(255,221,140); }
H1.HeaderClassName
{
color: #FFDD8C;
}
.AnyTagClassName
{
color: #FFDD8C;
}
</style>
background-color css
<style>
a { background-color: #FFDD8C; }
a { background-color: rgb(255,221,140); }
div.DivClassName
{
background-color: #FFDD8C;
}
.BgClassName
{
background-color: #FFDD8C;
}
</style>
border-color css
<style>
span { border-color: #FFDD8C; }
span { border-color: rgb(255,221,140); }
td.TdClassName
{
border-color: #FFDD8C;
}
.TagClassName
{
border-color: #FFDD8C;
}
</style>