Html Css Color HEX #F7DCB4 Wheat

📋 copy color: '#F7DCB4'

red 247 ◦ green 220 ◦ blue 180

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

Shades of Wheat #F7DCB4

Tints of Wheat #F7DCB4

RGB

 RED value IS 247 (96.88% from 255) = 38.18%

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

 BLUE value IS 180 (70.7% from 255) = 27.82%

R = 38.18%
G = 34%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F7DCB4 (or 0xF7DCB4) is known color: Wheat. HEX triplet: F7, DC and B4. RGB value is (247,220,180). Sum of RGB (Red+Green+Blue) = 247+220+180=647 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.18% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 180 (70.70% from 255 or 27.82% from 647); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DCB4 is #08234B. Grayscale: #DFDFDF. Windows color (decimal): -533324 or 11853047. OLE color: 11853047.

HSL color Cylindrical-coordinate representation of color #F7DCB4: hue angle of 35.82º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F7DCB4 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 220 180 -
CMYK 0 0.11 0.27 0.03
HSL 35.82º 0.81% 0.84% -
HSV(B) 35.82º 0.27% 0.97% -
XYZ 72.19 74.26 53.71 -
YUV 223.51 103.45 144.75 -
System Red Green Blue C M Y K H S L
Decimal 247 220 180 0 0.11 0.27 0.03 35.82 0.81 0.84
Hex F7 DC B4 0 B 1B 3 24 51 54
Octal 367 334 264 0 13 33 3 44 121 124
Binary 11110111 11011100 10110100 0 1011 11011 11 100100 1010001 1010100

Color Harmonies of #F7DCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DCB4

Black with #F7DCB4

Text Example


Text Example

White with #F7DCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DCB4; }

 p { color: rgb(247,220,180); }

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

background-color css

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

 a { background-color: rgb(247,220,180); }

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

border-color css

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

 span { border-color: rgb(247,220,180); }

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