#F4DCB3

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

Shades of Wheat #F4DCB3

Tints of Wheat #F4DCB3

Color information

#F4DCB3 (or 0xF4DCB3) is unknown color: approx Wheat. HEX triplet: F4, DC and B3. RGB value is (244,220,179). Sum of RGB (Red+Green+Blue) = 244+220+179=643 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.95% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 179 (70.31% from 255 or 27.84% from 643); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DCB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DCB3 is #0B234C. Grayscale: #DEDEDE. Windows color (decimal): -729933 or 11787508. OLE color: 11787508.

HSL color Cylindrical-coordinate representation of color #F4DCB3: hue angle of 37.85º degrees, saturation: 0.75, 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 #F4DCB3 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB244220179-
CMYK00.100.270.04
HSL37.85º74.71%82.94%-
HSV(B)37.85º26.64%95.69%-
XYZ71.0473.6753.12-
YUV222.5103.45143.33-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.95%
GREEN value IS 220 (86.33% from 255) = 34.21%
BLUE value IS 179 (70.31% from 255) = 27.84%
R=37.95%
G=34.21%
B=27.84%

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
Decimal24422017900.100.270.0437.8574.7182.94
HexF4DCB30A1B4264b53
Octal36433426301233446113123
Binary111101001101110010110011010101101110010011010010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DCB3; }

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

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

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

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

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

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

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

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