#FFDC9C

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

Shades of Frangipani #FFDC9C

Tints of Frangipani #FFDC9C

Color information

#FFDC9C (or 0xFFDC9C) is unknown color: approx Frangipani. HEX triplet: FF, DC and 9C. RGB value is (255,220,156). Sum of RGB (Red+Green+Blue) = 255+220+156=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 156 (61.33% from 255 or 24.72% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDC9C is #002363. Grayscale: #DFDFDF. Windows color (decimal): -9060 or 10280191. OLE color: 10280191.

HSL color Cylindrical-coordinate representation of color #FFDC9C: hue angle of 38.79º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFDC9C is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.

Color convert

RGB255220156-
CMYK00.140.390
HSL38.79º100%80.59%-
HSV(B)38.79º38.82%100%-
XYZ72.8374.8542.06-
YUV223.1790.1150.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.41%
GREEN value IS 220 (86.33% from 255) = 34.87%
BLUE value IS 156 (61.33% from 255) = 24.72%
R=40.41%
G=34.87%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522015600.140.39038.7910080.59
HexFFDC9C0E270276451
Octal37733423401647047144121
Binary11111111110111001001110001110100111010011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDC9C; }

 p { color: rgb(255,220,156); }

 H1.HeaderClassName
 {
   color: #FFDC9C;
 }
 .AnyTagClassName
 {
   color: #FFDC9C;
 }
</style>
background-color css

<style>
 a { background-color: #FFDC9C; }

 a { background-color: rgb(255,220,156); }

 div.DivClassName
 {
   background-color: #FFDC9C;
 }
 .BgClassName
 {
   background-color: #FFDC9C;
 }
</style>
border-color css

<style>
 span { border-color: #FFDC9C; }

 span { border-color: rgb(255,220,156); }

 td.TdClassName
 {
   border-color: #FFDC9C;
 }
 .TagClassName
 {
   border-color: #FFDC9C;
 }
</style>