#FFD7A4

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

Shades of Frangipani #FFD7A4

Tints of Frangipani #FFD7A4

Color information

#FFD7A4 (or 0xFFD7A4) is unknown color: approx Frangipani. HEX triplet: FF, D7 and A4. RGB value is (255,215,164). Sum of RGB (Red+Green+Blue) = 255+215+164=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 215 (84.38% from 255 or 33.91% from 634); Blue value is 164 (64.45% from 255 or 25.87% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD7A4 is #00285B. Grayscale: #DDDDDD. Windows color (decimal): -10332 or 10803199. OLE color: 10803199.

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

Color convert

RGB255215164-
CMYK00.160.360
HSL33.63º100%82.16%-
HSV(B)33.63º35.69%100%-
XYZ72.2472.5445.32-
YUV221.1595.75152.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.22%
GREEN value IS 215 (84.38% from 255) = 33.91%
BLUE value IS 164 (64.45% from 255) = 25.87%
R=40.22%
G=33.91%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521516400.160.36033.6310082.16
HexFFD7A4010240226452
Octal37732724402044042144122
Binary111111111101011110100100010000100100010001011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD7A4; }

 p { color: rgb(255,215,164); }

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

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

 a { background-color: rgb(255,215,164); }

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

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

 span { border-color: rgb(255,215,164); }

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