Html Css Color HEX #F4DCAE Wheat

📋 copy color: '#F4DCAE'

red 244 ◦ green 220 ◦ blue 174

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

Shades of Wheat #F4DCAE

Tints of Wheat #F4DCAE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.48%

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

R = 38.24%
G = 34.48%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F4DCAE (or 0xF4DCAE) is known color: Wheat. HEX triplet: F4, DC and AE. RGB value is (244,220,174). Sum of RGB (Red+Green+Blue) = 244+220+174=638 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.24% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 174 (68.36% from 255 or 27.27% from 638); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DCAE is #0B2351. Grayscale: #DEDEDE. Windows color (decimal): -729938 or 11459828. OLE color: 11459828.

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

Color convert

RGB 244 220 174 -
CMYK 0 0.10 0.29 0.04
HSL 39.43º 0.76% 0.82% -
HSV(B) 39.43º 0.29% 0.96% -
XYZ 70.54 73.48 50.51 -
YUV 221.93 100.95 143.74 -
System Red Green Blue C M Y K H S L
Decimal 244 220 174 0 0.10 0.29 0.04 39.43 0.76 0.82
Hex F4 DC AE 0 A 1D 4 27 4C 52
Octal 364 334 256 0 12 35 4 47 114 122
Binary 11110100 11011100 10101110 0 1010 11101 100 100111 1001100 1010010

Color Harmonies of #F4DCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DCAE

Black with #F4DCAE

Text Example


Text Example

White with #F4DCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DCAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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