#F0DBAF

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

Shades of Wheat #F0DBAF

Tints of Wheat #F0DBAF

Color information

#F0DBAF (or 0xF0DBAF) is unknown color: approx Wheat. HEX triplet: F0, DB and AF. RGB value is (240,219,175). Sum of RGB (Red+Green+Blue) = 240+219+175=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 175 (68.75% from 255 or 27.60% from 634); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DBAF is #0F2450. Grayscale: #DCDCDC. Windows color (decimal): -992337 or 11525104. OLE color: 11525104.

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

Color convert

RGB240219175-
CMYK00.090.270.06
HSL40.62º68.42%81.37%-
HSV(B)40.62º27.08%94.12%-
XYZ6972.2850.87-
YUV220.26102.46142.08-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.85%
GREEN value IS 219 (85.94% from 255) = 34.54%
BLUE value IS 175 (68.75% from 255) = 27.60%
R=37.85%
G=34.54%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021917500.090.270.0640.6268.4281.37
HexF0DBAF091B6294451
Octal36033325701133651104121
Binary111100001101101110101111010011101111010100110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DBAF; }

 p { color: rgb(240,219,175); }

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

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

 a { background-color: rgb(240,219,175); }

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

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

 span { border-color: rgb(240,219,175); }

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