#F0D197

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

Shades of Chamois #F0D197

Tints of Chamois #F0D197

Color information

#F0D197 (or 0xF0D197) is unknown color: approx Chamois. HEX triplet: F0, D1 and 97. RGB value is (240,209,151). Sum of RGB (Red+Green+Blue) = 240+209+151=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 209 (82.03% from 255 or 34.83% from 600); Blue value is 151 (59.38% from 255 or 25.17% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D197 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D197 is #0F2E68. Grayscale: #D3D3D3. Windows color (decimal): -994921 or 9949680. OLE color: 9949680.

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

Color convert

RGB240209151-
CMYK00.130.370.06
HSL39.1º74.79%76.67%-
HSV(B)39.1º37.08%94.12%-
XYZ64.3266.3638.7-
YUV211.6693.77148.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40%
GREEN value IS 209 (82.03% from 255) = 34.83%
BLUE value IS 151 (59.38% from 255) = 25.17%
R=40%
G=34.83%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020915100.130.370.0639.174.7976.67
HexF0D1970D256274b4d
Octal36032122701545647113115
Binary1111000011010001100101110110110010111010011110010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D197; }

 p { color: rgb(240,209,151); }

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

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

 a { background-color: rgb(240,209,151); }

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

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

 span { border-color: rgb(240,209,151); }

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