Html Css Color HEX #F4D170 Golden Sand

📋 copy color: '#F4D170'

red 244 ◦ green 209 ◦ blue 112

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

Shades of Golden Sand #F4D170

Tints of Golden Sand #F4D170

RGB

 RED value IS 244 (95.7% from 255) = 43.19%

 GREEN value IS 209 (82.03% from 255) = 36.99%

 BLUE value IS 112 (44.14% from 255) = 19.82%

R = 43.19%
G = 36.99%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F4D170 (or 0xF4D170) is known color: Golden Sand. HEX triplet: F4, D1 and 70. RGB value is (244,209,112). Sum of RGB (Red+Green+Blue) = 244+209+112=565 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.19% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 112 (44.14% from 255 or 19.82% from 565); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D170 is #0B2E8F. Grayscale: #D0D0D0. Windows color (decimal): -732816 or 7393780. OLE color: 7393780.

HSL color Cylindrical-coordinate representation of color #F4D170: hue angle of 44.09º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F4D170 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 209 112 -
CMYK 0 0.14 0.54 0.04
HSL 44.09º 0.86% 0.7% -
HSV(B) 44.09º 0.54% 0.96% -
XYZ 63.03 66 24.75 -
YUV 208.41 73.6 153.39 -
System Red Green Blue C M Y K H S L
Decimal 244 209 112 0 0.14 0.54 0.04 44.09 0.86 0.7
Hex F4 D1 70 0 E 36 4 2C 56 46
Octal 364 321 160 0 16 66 4 54 126 106
Binary 11110100 11010001 1110000 0 1110 110110 100 101100 1010110 1000110

Color Harmonies of #F4D170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D170

Black with #F4D170

Text Example


Text Example

White with #F4D170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D170; }

 p { color: rgb(244,209,112); }

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

background-color css

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

 a { background-color: rgb(244,209,112); }

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

border-color css

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

 span { border-color: rgb(244,209,112); }

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