Html Css Color HEX #F4DBAE Wheat

📋 copy color: '#F4DBAE'

red 244 ◦ green 219 ◦ blue 174

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

Shades of Wheat #F4DBAE

Tints of Wheat #F4DBAE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.38%

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

R = 38.3%
G = 34.38%
B = 27.32%

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

#F4DBAE (or 0xF4DBAE) is known color: Wheat. HEX triplet: F4, DB and AE. RGB value is (244,219,174). Sum of RGB (Red+Green+Blue) = 244+219+174=637 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.30% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 174 (68.36% from 255 or 27.32% from 637); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DBAE is #0B2451. Grayscale: #DDDDDD. Windows color (decimal): -730194 or 11459572. OLE color: 11459572.

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

Color convert

RGB 244 219 174 -
CMYK 0 0.10 0.29 0.04
HSL 38.57º 0.76% 0.82% -
HSV(B) 38.57º 0.29% 0.96% -
XYZ 70.28 72.95 50.42 -
YUV 221.35 101.28 144.16 -
System Red Green Blue C M Y K H S L
Decimal 244 219 174 0 0.10 0.29 0.04 38.57 0.76 0.82
Hex F4 DB AE 0 A 1D 4 27 4C 52
Octal 364 333 256 0 12 35 4 47 114 122
Binary 11110100 11011011 10101110 0 1010 11101 100 100111 1001100 1010010

Color Harmonies of #F4DBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DBAE

Black with #F4DBAE

Text Example


Text Example

White with #F4DBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DBAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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