#FFD9A1

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

Shades of Frangipani #FFD9A1

Tints of Frangipani #FFD9A1

Color information

#FFD9A1 (or 0xFFD9A1) is unknown color: approx Frangipani. HEX triplet: FF, D9 and A1. RGB value is (255,217,161). Sum of RGB (Red+Green+Blue) = 255+217+161=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 217 (85.16% from 255 or 34.28% from 633); Blue value is 161 (63.28% from 255 or 25.43% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD9A1 is #00265E. Grayscale: #DEDEDE. Windows color (decimal): -9823 or 10607103. OLE color: 10607103.

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

Color convert

RGB255217161-
CMYK00.150.370
HSL35.74º100%81.57%-
HSV(B)35.74º36.86%100%-
XYZ72.4973.4644.08-
YUV221.9893.59151.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.28%
GREEN value IS 217 (85.16% from 255) = 34.28%
BLUE value IS 161 (63.28% from 255) = 25.43%
R=40.28%
G=34.28%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521716100.150.37035.7410081.57
HexFFD9A10F250246452
Octal37733124101745044144122
Binary11111111110110011010000101111100101010010011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD9A1; }

 p { color: rgb(255,217,161); }

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

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

 a { background-color: rgb(255,217,161); }

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

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

 span { border-color: rgb(255,217,161); }

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