Html Css Color HEX #F4DFAE Wheat

📋 copy color: '#F4DFAE'

red 244 ◦ green 223 ◦ blue 174

#F4DFAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wheat #F4DFAE

Tints of Wheat #F4DFAE

RGB

 RED value IS 244 (95.7% from 255) = 38.07%

 GREEN value IS 223 (87.5% from 255) = 34.79%

 BLUE value IS 174 (68.36% from 255) = 27.15%

R = 38.07%
G = 34.79%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F4DFAE (or 0xF4DFAE) is known color: Wheat. HEX triplet: F4, DF and AE. RGB value is (244,223,174). Sum of RGB (Red+Green+Blue) = 244+223+174=641 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.07% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 174 (68.36% from 255 or 27.15% from 641); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DFAE is #0B2051. Grayscale: #DFDFDF. Windows color (decimal): -729170 or 11460596. OLE color: 11460596.

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

Color convert

RGB 244 223 174 -
CMYK 0 0.09 0.29 0.04
HSL 42º 0.76% 0.82% -
HSV(B) 42º 0.29% 0.96% -
XYZ 71.34 75.06 50.77 -
YUV 223.69 99.96 142.48 -
System Red Green Blue C M Y K H S L
Decimal 244 223 174 0 0.09 0.29 0.04 42 0.76 0.82
Hex F4 DF AE 0 9 1D 4 2A 4C 52
Octal 364 337 256 0 11 35 4 52 114 122
Binary 11110100 11011111 10101110 0 1001 11101 100 101010 1001100 1010010

Color Harmonies of #F4DFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DFAE

Black with #F4DFAE

Text Example


Text Example

White with #F4DFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DFAE; }

 p { color: rgb(244,223,174); }

 H1.HeaderClassName
 {
   color: #F4DFAE;
 }
 .AnyTagClassName
 {
   color: #F4DFAE;
 }
</style>

background-color css

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

 a { background-color: rgb(244,223,174); }

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

border-color css

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

 span { border-color: rgb(244,223,174); }

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