#F4DD8B

Color #F4DD8B Buff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buff #F4DD8B

Tints of Buff #F4DD8B

Color information

#F4DD8B (or 0xF4DD8B) is unknown color: approx Buff. HEX triplet: F4, DD and 8B. RGB value is (244,221,139). Sum of RGB (Red+Green+Blue) = 244+221+139=604 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.40% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 139 (54.69% from 255 or 23.01% from 604); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DD8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DD8B is #0B2274. Grayscale: #DADADA. Windows color (decimal): -729717 or 9166324. OLE color: 9166324.

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

Color convert

RGB244221139-
CMYK00.090.430.04
HSL46.86º82.68%75.1%-
HSV(B)46.86º43.03%95.69%-
XYZ67.8272.8134.91-
YUV218.5383.12146.17-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.40%
GREEN value IS 221 (86.72% from 255) = 36.59%
BLUE value IS 139 (54.69% from 255) = 23.01%
R=40.40%
G=36.59%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422113900.090.430.0446.8682.6875.1
HexF4DD8B092B42f534b
Octal36433521301153457123113
Binary1111010011011101100010110100110101110010111110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DD8B; }

 p { color: rgb(244,221,139); }

 H1.HeaderClassName
 {
   color: #F4DD8B;
 }
 .AnyTagClassName
 {
   color: #F4DD8B;
 }
</style>
background-color css

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

 a { background-color: rgb(244,221,139); }

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

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

 span { border-color: rgb(244,221,139); }

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