Html Css Color HEX #F4DC88 Buff

📋 copy color: '#F4DC88'

red 244 ◦ green 220 ◦ blue 136

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

Shades of Buff #F4DC88

Tints of Buff #F4DC88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 22.67%

R = 40.67%
G = 36.67%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F4DC88 (or 0xF4DC88) is known color: Buff. HEX triplet: F4, DC and 88. RGB value is (244,220,136). Sum of RGB (Red+Green+Blue) = 244+220+136=600 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.67% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 136 (53.52% from 255 or 22.67% from 600); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DC88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DC88 is #0B2377. Grayscale: #D9D9D9. Windows color (decimal): -729976 or 8969460. OLE color: 8969460.

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

Color convert

RGB 244 220 136 -
CMYK 0 0.10 0.44 0.04
HSL 46.67º 0.83% 0.75% -
HSV(B) 46.67º 0.44% 0.96% -
XYZ 67.35 72.2 33.68 -
YUV 217.6 81.95 146.83 -
System Red Green Blue C M Y K H S L
Decimal 244 220 136 0 0.10 0.44 0.04 46.67 0.83 0.75
Hex F4 DC 88 0 A 2C 4 2F 53 4B
Octal 364 334 210 0 12 54 4 57 123 113
Binary 11110100 11011100 10001000 0 1010 101100 100 101111 1010011 1001011

Color Harmonies of #F4DC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DC88

Black with #F4DC88

Text Example


Text Example

White with #F4DC88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DC88; }

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

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

background-color css

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

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

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

border-color css

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

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

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