#F0DD85

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

Shades of Buff #F0DD85

Tints of Buff #F0DD85

Color information

#F0DD85 (or 0xF0DD85) is unknown color: approx Buff. HEX triplet: F0, DD and 85. RGB value is (240,221,133). Sum of RGB (Red+Green+Blue) = 240+221+133=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 133 (52.34% from 255 or 22.39% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DD85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DD85 is #0F227A. Grayscale: #D9D9D9. Windows color (decimal): -991867 or 8773104. OLE color: 8773104.

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

Color convert

RGB240221133-
CMYK00.080.450.06
HSL49.35º78.1%73.14%-
HSV(B)49.35º44.58%94.12%-
XYZ66.0371.9332.59-
YUV216.6580.79144.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.40%
GREEN value IS 221 (86.72% from 255) = 37.21%
BLUE value IS 133 (52.34% from 255) = 22.39%
R=40.40%
G=37.21%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022113300.080.450.0649.3578.173.14
HexF0DD85082D6314e49
Octal36033520501055661116111
Binary1111000011011101100001010100010110111011000110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DD85; }

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

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

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

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

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

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

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

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