#F4DC97

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

Shades of Splash #F4DC97

Tints of Splash #F4DC97

Color information

#F4DC97 (or 0xF4DC97) is unknown color: approx Splash. HEX triplet: F4, DC and 97. RGB value is (244,220,151). Sum of RGB (Red+Green+Blue) = 244+220+151=615 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.67% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 151 (59.38% from 255 or 24.55% from 615); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DC97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DC97 is #0B2368. Grayscale: #DBDBDB. Windows color (decimal): -729961 or 9952500. OLE color: 9952500.

HSL color Cylindrical-coordinate representation of color #F4DC97: hue angle of 44.52º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F4DC97 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB244220151-
CMYK00.100.380.04
HSL44.52º80.87%77.45%-
HSV(B)44.52º38.11%95.69%-
XYZ68.4972.6539.69-
YUV219.3189.45145.61-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.67%
GREEN value IS 220 (86.33% from 255) = 35.77%
BLUE value IS 151 (59.38% from 255) = 24.55%
R=39.67%
G=35.77%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422015100.100.380.0444.5280.8777.45
HexF4DC970A2642d514d
Octal36433422701246455121115
Binary1111010011011100100101110101010011010010110110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DC97; }

 p { color: rgb(244,220,151); }

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

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

 a { background-color: rgb(244,220,151); }

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

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

 span { border-color: rgb(244,220,151); }

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