#FFD9A7

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

Shades of Frangipani #FFD9A7

Tints of Frangipani #FFD9A7

Color information

#FFD9A7 (or 0xFFD9A7) is unknown color: approx Frangipani. HEX triplet: FF, D9 and A7. RGB value is (255,217,167). Sum of RGB (Red+Green+Blue) = 255+217+167=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 217 (85.16% from 255 or 33.96% from 639); Blue value is 167 (65.62% from 255 or 26.13% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD9A7 is #002658. Grayscale: #DEDEDE. Windows color (decimal): -9817 or 11000319. OLE color: 11000319.

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

Color convert

RGB255217167-
CMYK00.150.350
HSL34.09º100%82.75%-
HSV(B)34.09º34.51%100%-
XYZ73.0373.6846.93-
YUV222.6696.59151.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.91%
GREEN value IS 217 (85.16% from 255) = 33.96%
BLUE value IS 167 (65.62% from 255) = 26.13%
R=39.91%
G=33.96%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521716700.150.35034.0910082.75
HexFFD9A70F230226453
Octal37733124701743042144123
Binary11111111110110011010011101111100011010001011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD9A7; }

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

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

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

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

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

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

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

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