#F0D8AD

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

Shades of Givry #F0D8AD

Tints of Givry #F0D8AD

Color information

#F0D8AD (or 0xF0D8AD) is unknown color: approx Givry. HEX triplet: F0, D8 and AD. RGB value is (240,216,173). Sum of RGB (Red+Green+Blue) = 240+216+173=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 216 (84.77% from 255 or 34.34% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D8AD is #0F2752. Grayscale: #DADADA. Windows color (decimal): -993107 or 11393264. OLE color: 11393264.

HSL color Cylindrical-coordinate representation of color #F0D8AD: hue angle of 38.51º 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 #F0D8AD is Cyan = 0, Magento = 0.1, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB240216173-
CMYK00.10.280.06
HSL38.51º69.07%80.98%-
HSV(B)38.51º27.92%94.12%-
XYZ68.0370.6549.59-
YUV218.27102.45143.5-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.16%
GREEN value IS 216 (84.77% from 255) = 34.34%
BLUE value IS 173 (67.97% from 255) = 27.50%
R=38.16%
G=34.34%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021617300.10.280.0638.5169.0780.98
HexF0D8AD0A1C6274551
Octal36033025501234647105121
Binary111100001101100010101101010101110011010011110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D8AD; }

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

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

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

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

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

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

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

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