Html Css Color HEX #F0D6AF Givry

📋 copy color: '#F0D6AF'

red 240 ◦ green 214 ◦ blue 175

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

Shades of Givry #F0D6AF

Tints of Givry #F0D6AF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.02%

 BLUE value IS 175 (68.75% from 255) = 27.82%

R = 38.16%
G = 34.02%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F0D6AF (or 0xF0D6AF) is known color: Givry. HEX triplet: F0, D6 and AF. RGB value is (240,214,175). Sum of RGB (Red+Green+Blue) = 240+214+175=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 214 (83.98% from 255 or 34.02% from 629); Blue value is 175 (68.75% from 255 or 27.82% from 629); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D6AF is #0F2950. Grayscale: #D9D9D9. Windows color (decimal): -993617 or 11523824. OLE color: 11523824.

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

Color convert

RGB 240 214 175 -
CMYK 0 0.11 0.27 0.06
HSL 36º 0.68% 0.81% -
HSV(B) 36º 0.27% 0.94% -
XYZ 67.72 69.71 50.44 -
YUV 217.33 104.11 144.17 -
System Red Green Blue C M Y K H S L
Decimal 240 214 175 0 0.11 0.27 0.06 36 0.68 0.81
Hex F0 D6 AF 0 B 1B 6 24 44 51
Octal 360 326 257 0 13 33 6 44 104 121
Binary 11110000 11010110 10101111 0 1011 11011 110 100100 1000100 1010001

Color Harmonies of #F0D6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D6AF

Black with #F0D6AF

Text Example


Text Example

White with #F0D6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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