#F5DCB1

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

Shades of Wheat #F5DCB1

Tints of Wheat #F5DCB1

Color information

#F5DCB1 (or 0xF5DCB1) is unknown color: approx Wheat. HEX triplet: F5, DC and B1. RGB value is (245,220,177). Sum of RGB (Red+Green+Blue) = 245+220+177=642 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.16% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 177 (69.53% from 255 or 27.57% from 642); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DCB1 is #0A234E. Grayscale: #DEDEDE. Windows color (decimal): -664399 or 11656437. OLE color: 11656437.

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

Color convert

RGB245220177-
CMYK00.100.280.04
HSL37.94º77.27%82.75%-
HSV(B)37.94º27.76%96.08%-
XYZ71.1973.7752.08-
YUV222.57102.28144-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.16%
GREEN value IS 220 (86.33% from 255) = 34.27%
BLUE value IS 177 (69.53% from 255) = 27.57%
R=38.16%
G=34.27%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522017700.100.280.0437.9477.2782.75
HexF5DCB10A1C4264d53
Octal36533426101234446115123
Binary111101011101110010110001010101110010010011010011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DCB1; }

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

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

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

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

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

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

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

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