#f1d0af

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

Shades of Desert Sand #F1D0AF

Tints of Desert Sand #F1D0AF

Color information

#F1D0AF (or 0xF1D0AF) is unknown color: approx Desert Sand. HEX triplet: F1, D0 and AF. RGB value is (241,208,175). Sum of RGB (Red+Green+Blue) = 241+208+175=624 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.62% from 624); Green value is 208 (81.64% from 255 or 33.33% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D0AF is #0E2F50. Grayscale: #D6D6D6. Windows color (decimal): -929617 or 11522289. OLE color: 11522289.

HSL color Cylindrical-coordinate representation of color #F1D0AF: hue angle of 30º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1D0AF is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB241208175-
CMYK00.140.270.05
HSL30º70.21%81.57%-
HSV(B)30º27.39%94.51%-
XYZ66.5766.9149.96-
YUV214.1105.93147.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.62%
GREEN value IS 208 (81.64% from 255) = 33.33%
BLUE value IS 175 (68.75% from 255) = 28.04%
R=38.62%
G=33.33%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120817500.140.270.053070.2181.57
HexF1D0AF0E1B51e4652
Octal36132025701633536106122
Binary11110001110100001010111101110110111011111010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1d0af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1d0af; }

 p { color: rgb(241,208,175); }

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

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

 a { background-color: rgb(241,208,175); }

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

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

 span { border-color: rgb(241,208,175); }

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