#F5DCB4

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

Shades of Wheat #F5DCB4

Tints of Wheat #F5DCB4

Color information

#F5DCB4 (or 0xF5DCB4) is unknown color: approx Wheat. HEX triplet: F5, DC and B4. RGB value is (245,220,180). Sum of RGB (Red+Green+Blue) = 245+220+180=645 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.98% from 645); Green value is 220 (86.33% from 255 or 34.11% from 645); Blue value is 180 (70.70% from 255 or 27.91% from 645); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DCB4 is #0A234B. Grayscale: #DFDFDF. Windows color (decimal): -664396 or 11853045. OLE color: 11853045.

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

Color convert

RGB245220180-
CMYK00.100.270.04
HSL36.92º76.47%83.33%-
HSV(B)36.92º26.53%96.08%-
XYZ71.4973.8953.68-
YUV222.92103.78143.75-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.98%
GREEN value IS 220 (86.33% from 255) = 34.11%
BLUE value IS 180 (70.70% from 255) = 27.91%
R=37.98%
G=34.11%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522018000.100.270.0436.9276.4783.33
HexF5DCB40A1B4254c53
Octal36533426401233445114123
Binary111101011101110010110100010101101110010010110011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DCB4; }

 p { color: rgb(245,220,180); }

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

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

 a { background-color: rgb(245,220,180); }

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

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

 span { border-color: rgb(245,220,180); }

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