Html Css Color HEX #F4DB7F Buff

📋 copy color: '#F4DB7F'

red 244 ◦ green 219 ◦ blue 127

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

Shades of Buff #F4DB7F

Tints of Buff #F4DB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.53%

R = 41.36%
G = 37.12%
B = 21.53%

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

#F4DB7F (or 0xF4DB7F) is known color: Buff. HEX triplet: F4, DB and 7F. RGB value is (244,219,127). Sum of RGB (Red+Green+Blue) = 244+219+127=590 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.36% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 127 (50% from 255 or 21.53% from 590); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DB7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4DB7F is #0B2480. Grayscale: #D8D8D8. Windows color (decimal): -730241 or 8379380. OLE color: 8379380.

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

Color convert

RGB 244 219 127 -
CMYK 0 0.10 0.48 0.04
HSL 47.18º 0.84% 0.73% -
HSV(B) 47.18º 0.48% 0.96% -
XYZ 66.47 71.43 30.36 -
YUV 215.99 77.78 147.98 -
System Red Green Blue C M Y K H S L
Decimal 244 219 127 0 0.10 0.48 0.04 47.18 0.84 0.73
Hex F4 DB 7F 0 A 30 4 2F 54 49
Octal 364 333 177 0 12 60 4 57 124 111
Binary 11110100 11011011 1111111 0 1010 110000 100 101111 1010100 1001001

Color Harmonies of #F4DB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DB7F

Black with #F4DB7F

Text Example


Text Example

White with #F4DB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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