#F0D0AF

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

Shades of Desert Sand #F0D0AF

Tints of Desert Sand #F0D0AF

Color information

#F0D0AF (or 0xF0D0AF) is unknown color: approx Desert Sand. HEX triplet: F0, D0 and AF. RGB value is (240,208,175). Sum of RGB (Red+Green+Blue) = 240+208+175=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D0AF is #0F2F50. Grayscale: #D5D5D5. Windows color (decimal): -995153 or 11522288. OLE color: 11522288.

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

Color convert

RGB240208175-
CMYK00.130.270.06
HSL30.46º68.42%81.37%-
HSV(B)30.46º27.08%94.12%-
XYZ66.2366.7349.95-
YUV213.81106.1146.68-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.52%
GREEN value IS 208 (81.64% from 255) = 33.39%
BLUE value IS 175 (68.75% from 255) = 28.09%
R=38.52%
G=33.39%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020817500.130.270.0630.4668.4281.37
HexF0D0AF0D1B61e4451
Octal36032025701533636104121
Binary11110000110100001010111101101110111101111010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D0AF; }

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

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

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

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

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

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

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

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