#F0DD89

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

Shades of Buff #F0DD89

Tints of Buff #F0DD89

Color information

#F0DD89 (or 0xF0DD89) is unknown color: approx Buff. HEX triplet: F0, DD and 89. RGB value is (240,221,137). Sum of RGB (Red+Green+Blue) = 240+221+137=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 137 (53.91% from 255 or 22.91% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DD89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DD89 is #0F2276. Grayscale: #D9D9D9. Windows color (decimal): -991863 or 9035248. OLE color: 9035248.

HSL color Cylindrical-coordinate representation of color #F0DD89: hue angle of 48.93º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0DD89 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB240221137-
CMYK00.080.430.06
HSL48.93º77.44%73.92%-
HSV(B)48.93º42.92%94.12%-
XYZ66.3172.0434.08-
YUV217.182.79144.33-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.13%
GREEN value IS 221 (86.72% from 255) = 36.96%
BLUE value IS 137 (53.91% from 255) = 22.91%
R=40.13%
G=36.96%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022113700.080.430.0648.9377.4473.92
HexF0DD89082B6314d4a
Octal36033521101053661115112
Binary1111000011011101100010010100010101111011000110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DD89; }

 p { color: rgb(240,221,137); }

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

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

 a { background-color: rgb(240,221,137); }

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

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

 span { border-color: rgb(240,221,137); }

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