#F5DDB1

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

Shades of Wheat #F5DDB1

Tints of Wheat #F5DDB1

Color information

#F5DDB1 (or 0xF5DDB1) is unknown color: approx Wheat. HEX triplet: F5, DD and B1. RGB value is (245,221,177). Sum of RGB (Red+Green+Blue) = 245+221+177=643 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.10% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 177 (69.53% from 255 or 27.53% from 643); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DDB1 is #0A224E. Grayscale: #DFDFDF. Windows color (decimal): -664143 or 11656693. OLE color: 11656693.

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

Color convert

RGB245221177-
CMYK00.100.280.04
HSL38.82º77.27%82.75%-
HSV(B)38.82º27.76%96.08%-
XYZ71.4574.352.17-
YUV223.16101.95143.58-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.10%
GREEN value IS 221 (86.72% from 255) = 34.37%
BLUE value IS 177 (69.53% from 255) = 27.53%
R=38.10%
G=34.37%
B=27.53%

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
Decimal24522117700.100.280.0438.8277.2782.75
HexF5DDB10A1C4274d53
Octal36533526101234447115123
Binary111101011101110110110001010101110010010011110011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DDB1; }

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

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

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

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

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

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

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

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