Html Css Color HEX #F4DCAD Wheat

📋 copy color: '#F4DCAD'

red 244 ◦ green 220 ◦ blue 173

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

Shades of Wheat #F4DCAD

Tints of Wheat #F4DCAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.16%

R = 38.3%
G = 34.54%
B = 27.16%

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

#F4DCAD (or 0xF4DCAD) is known color: Wheat. HEX triplet: F4, DC and AD. RGB value is (244,220,173). Sum of RGB (Red+Green+Blue) = 244+220+173=637 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.30% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 173 (67.97% from 255 or 27.16% from 637); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DCAD is #0B2352. Grayscale: #DEDEDE. Windows color (decimal): -729939 or 11394292. OLE color: 11394292.

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

Color convert

RGB 244 220 173 -
CMYK 0 0.10 0.29 0.04
HSL 39.72º 0.76% 0.82% -
HSV(B) 39.72º 0.29% 0.96% -
XYZ 70.44 73.44 50 -
YUV 221.82 100.45 143.82 -
System Red Green Blue C M Y K H S L
Decimal 244 220 173 0 0.10 0.29 0.04 39.72 0.76 0.82
Hex F4 DC AD 0 A 1D 4 28 4C 52
Octal 364 334 255 0 12 35 4 50 114 122
Binary 11110100 11011100 10101101 0 1010 11101 100 101000 1001100 1010010

Color Harmonies of #F4DCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DCAD

Black with #F4DCAD

Text Example


Text Example

White with #F4DCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DCAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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