Html Css Color HEX #F4DB7E Buff

📋 copy color: '#F4DB7E'

red 244 ◦ green 219 ◦ blue 126

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

Shades of Buff #F4DB7E

Tints of Buff #F4DB7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.39%

R = 41.43%
G = 37.18%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F4DB7E (or 0xF4DB7E) is known color: Buff. HEX triplet: F4, DB and 7E. RGB value is (244,219,126). Sum of RGB (Red+Green+Blue) = 244+219+126=589 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.43% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 126 (49.61% from 255 or 21.39% from 589); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DB7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4DB7E is #0B2481. Grayscale: #D8D8D8. Windows color (decimal): -730242 or 8313844. OLE color: 8313844.

HSL color Cylindrical-coordinate representation of color #F4DB7E: hue angle of 47.29º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F4DB7E is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 219 126 -
CMYK 0 0.10 0.48 0.04
HSL 47.29º 0.84% 0.73% -
HSV(B) 47.29º 0.48% 0.96% -
XYZ 66.41 71.4 30.02 -
YUV 215.87 77.28 148.06 -
System Red Green Blue C M Y K H S L
Decimal 244 219 126 0 0.10 0.48 0.04 47.29 0.84 0.73
Hex F4 DB 7E 0 A 30 4 2F 54 49
Octal 364 333 176 0 12 60 4 57 124 111
Binary 11110100 11011011 1111110 0 1010 110000 100 101111 1010100 1001001

Color Harmonies of #F4DB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DB7E

Black with #F4DB7E

Text Example


Text Example

White with #F4DB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DB7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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