#F0D1AD

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

Shades of Givry #F0D1AD

Tints of Givry #F0D1AD

Color information

#F0D1AD (or 0xF0D1AD) is unknown color: approx Givry. HEX triplet: F0, D1 and AD. RGB value is (240,209,173). Sum of RGB (Red+Green+Blue) = 240+209+173=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 209 (82.03% from 255 or 33.60% from 622); Blue value is 173 (67.97% from 255 or 27.81% from 622); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D1AD is #0F2E52. Grayscale: #D6D6D6. Windows color (decimal): -994899 or 11391472. OLE color: 11391472.

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

Color convert

RGB240209173-
CMYK00.130.280.06
HSL32.24º69.07%80.98%-
HSV(B)32.24º27.92%94.12%-
XYZ66.2867.1449-
YUV214.16104.77146.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.59%
GREEN value IS 209 (82.03% from 255) = 33.60%
BLUE value IS 173 (67.97% from 255) = 27.81%
R=38.59%
G=33.60%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020917300.130.280.0632.2469.0780.98
HexF0D1AD0D1C6204551
Octal36032125501534640105121
Binary111100001101000110101101011011110011010000010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D1AD; }

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

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

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

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

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

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

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

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