#F9DC9D

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

Shades of Buttermilk #F9DC9D

Tints of Buttermilk #F9DC9D

Color information

#F9DC9D (or 0xF9DC9D) is unknown color: approx Buttermilk. HEX triplet: F9, DC and 9D. RGB value is (249,220,157). Sum of RGB (Red+Green+Blue) = 249+220+157=626 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.78% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 157 (61.72% from 255 or 25.08% from 626); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DC9D is #062362. Grayscale: #DDDDDD. Windows color (decimal): -402275 or 10345721. OLE color: 10345721.

HSL color Cylindrical-coordinate representation of color #F9DC9D: hue angle of 41.09º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F9DC9D is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB249220157-
CMYK00.120.370.02
HSL41.09º88.46%79.61%-
HSV(B)41.09º36.95%97.65%-
XYZ70.7573.7642.41-
YUV221.4991.61147.62-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.78%
GREEN value IS 220 (86.33% from 255) = 35.14%
BLUE value IS 157 (61.72% from 255) = 25.08%
R=39.78%
G=35.14%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922015700.120.370.0241.0988.4679.61
HexF9DC9D0C252295850
Octal37133423501445251130120
Binary111110011101110010011101011001001011010100110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DC9D; }

 p { color: rgb(249,220,157); }

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

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

 a { background-color: rgb(249,220,157); }

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

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

 span { border-color: rgb(249,220,157); }

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