#F7DCB0

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

Shades of Wheat #F7DCB0

Tints of Wheat #F7DCB0

Color information

#F7DCB0 (or 0xF7DCB0) is unknown color: approx Wheat. HEX triplet: F7, DC and B0. RGB value is (247,220,176). Sum of RGB (Red+Green+Blue) = 247+220+176=643 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.41% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 176 (69.14% from 255 or 27.37% from 643); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7DCB0 is #08234F. Grayscale: #DFDFDF. Windows color (decimal): -533328 or 11590903. OLE color: 11590903.

HSL color Cylindrical-coordinate representation of color #F7DCB0: hue angle of 37.18º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F7DCB0 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB247220176-
CMYK00.110.290.03
HSL37.18º81.61%82.94%-
HSV(B)37.18º28.74%96.86%-
XYZ71.7974.151.59-
YUV223.06101.45145.08-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.41%
GREEN value IS 220 (86.33% from 255) = 34.21%
BLUE value IS 176 (69.14% from 255) = 27.37%
R=38.41%
G=34.21%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722017600.110.290.0337.1881.6182.94
HexF7DCB00B1D3255253
Octal36733426001335345122123
Binary11110111110111001011000001011111011110010110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DCB0; }

 p { color: rgb(247,220,176); }

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

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

 a { background-color: rgb(247,220,176); }

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

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

 span { border-color: rgb(247,220,176); }

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