#F7DCA0

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

Shades of Buttermilk #F7DCA0

Tints of Buttermilk #F7DCA0

Color information

#F7DCA0 (or 0xF7DCA0) is unknown color: approx Buttermilk. HEX triplet: F7, DC and A0. RGB value is (247,220,160). Sum of RGB (Red+Green+Blue) = 247+220+160=627 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.39% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 160 (62.89% from 255 or 25.52% from 627); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7DCA0 is #08235F. Grayscale: #DDDDDD. Windows color (decimal): -533344 or 10542327. OLE color: 10542327.

HSL color Cylindrical-coordinate representation of color #F7DCA0: hue angle of 41.38º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F7DCA0 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB247220160-
CMYK00.110.350.03
HSL41.38º84.47%79.8%-
HSV(B)41.38º35.22%96.86%-
XYZ70.373.543.74-
YUV221.2393.45146.38-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.39%
GREEN value IS 220 (86.33% from 255) = 35.09%
BLUE value IS 160 (62.89% from 255) = 25.52%
R=39.39%
G=35.09%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722016000.110.350.0341.3884.4779.8
HexF7DCA00B233295450
Octal36733424001343351124120
Binary111101111101110010100000010111000111110100110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DCA0; }

 p { color: rgb(247,220,160); }

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

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

 a { background-color: rgb(247,220,160); }

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

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

 span { border-color: rgb(247,220,160); }

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