#FFDD8C

Color #FFDD8C Vis Vis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vis Vis #FFDD8C

Tints of Vis Vis #FFDD8C

Color information

#FFDD8C (or 0xFFDD8C) is unknown color: approx 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

RGB255221140-
CMYK00.130.450
HSL42.26º100%77.45%-
HSV(B)42.26º45.1%100%-
XYZ71.8374.8735.48-
YUV221.9381.76151.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 41.40%
GREEN value IS 221 (86.72% from 255) = 35.88%
BLUE value IS 140 (55.08% from 255) = 22.73%
R=41.40%
G=35.88%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522114000.130.45042.2610077.45
HexFFDD8C0D2D02a644d
Octal37733521401555052144115
Binary11111111110111011000110001101101101010101011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>