Html Css Color HEX #F0D7AC Givry

📋 copy color: '#F0D7AC'

red 240 ◦ green 215 ◦ blue 172

#F0D7AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Givry #F0D7AC

Tints of Givry #F0D7AC

RGB

 RED value IS 240 (94.14% from 255) = 38.28%

 GREEN value IS 215 (84.38% from 255) = 34.29%

 BLUE value IS 172 (67.58% from 255) = 27.43%

R = 38.28%
G = 34.29%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F0D7AC (or 0xF0D7AC) is known color: Givry. HEX triplet: F0, D7 and AC. RGB value is (240,215,172). Sum of RGB (Red+Green+Blue) = 240+215+172=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 215 (84.38% from 255 or 34.29% from 627); Blue value is 172 (67.58% from 255 or 27.43% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D7AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D7AC is #0F2853. Grayscale: #D9D9D9. Windows color (decimal): -993364 or 11327472. OLE color: 11327472.

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

Color convert

RGB 240 215 172 -
CMYK 0 0.10 0.28 0.06
HSL 37.94º 0.69% 0.81% -
HSV(B) 37.94º 0.28% 0.94% -
XYZ 67.68 70.1 48.99 -
YUV 217.57 102.28 144 -
System Red Green Blue C M Y K H S L
Decimal 240 215 172 0 0.10 0.28 0.06 37.94 0.69 0.81
Hex F0 D7 AC 0 A 1C 6 26 45 51
Octal 360 327 254 0 12 34 6 46 105 121
Binary 11110000 11010111 10101100 0 1010 11100 110 100110 1000101 1010001

Color Harmonies of #F0D7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D7AC

Black with #F0D7AC

Text Example


Text Example

White with #F0D7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D7AC; }

 p { color: rgb(240,215,172); }

 H1.HeaderClassName
 {
   color: #F0D7AC;
 }
 .AnyTagClassName
 {
   color: #F0D7AC;
 }
</style>

background-color css

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

 a { background-color: rgb(240,215,172); }

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

border-color css

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

 span { border-color: rgb(240,215,172); }

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