#F0DCAE

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

Shades of Wheat #F0DCAE

Tints of Wheat #F0DCAE

Color information

#F0DCAE (or 0xF0DCAE) is unknown color: approx Wheat. HEX triplet: F0, DC and AE. RGB value is (240,220,174). Sum of RGB (Red+Green+Blue) = 240+220+174=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 174 (68.36% from 255 or 27.44% from 634); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DCAE is #0F2351. Grayscale: #DCDCDC. Windows color (decimal): -992082 or 11459824. OLE color: 11459824.

HSL color Cylindrical-coordinate representation of color #F0DCAE: hue angle of 41.82º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0DCAE is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB240220174-
CMYK00.080.280.06
HSL41.82º68.75%81.18%-
HSV(B)41.82º27.5%94.12%-
XYZ69.1772.7750.44-
YUV220.74101.63141.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.85%
GREEN value IS 220 (86.33% from 255) = 34.70%
BLUE value IS 174 (68.36% from 255) = 27.44%
R=37.85%
G=34.70%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022017400.080.280.0641.8268.7581.18
HexF0DCAE081C62a4551
Octal36033425601034652105121
Binary111100001101110010101110010001110011010101010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DCAE; }

 p { color: rgb(240,220,174); }

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

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

 a { background-color: rgb(240,220,174); }

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

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

 span { border-color: rgb(240,220,174); }

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