Html Css Color HEX #847714 Yukon Gold

📋 copy color: '#847714'

red 132 ◦ green 119 ◦ blue 20

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

Shades of Yukon Gold #847714

Tints of Yukon Gold #847714

RGB

 RED value IS 132 (51.95% from 255) = 48.71%

 GREEN value IS 119 (46.88% from 255) = 43.91%

 BLUE value IS 20 (8.2% from 255) = 7.38%

R = 48.71%
G = 43.91%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#847714 (or 0x847714) is known color: Yukon Gold. HEX triplet: 84, 77 and 14. RGB value is (132,119,20). Sum of RGB (Red+Green+Blue) = 132+119+20=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #847714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847714 is #7B88EB. Grayscale: #707070. Windows color (decimal): -8095980 or 1341316. OLE color: 1341316.

HSL color Cylindrical-coordinate representation of color #847714: hue angle of 53.04º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #847714 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 119 20 -
CMYK 0 0.10 0.85 0.48
HSL 53.04º 0.74% 0.3% -
HSV(B) 53.04º 0.85% 0.52% -
XYZ 16.24 18.15 3.31 -
YUV 111.6 76.31 142.55 -
System Red Green Blue C M Y K H S L
Decimal 132 119 20 0 0.10 0.85 0.48 53.04 0.74 0.3
Hex 84 77 14 0 A 55 30 35 4A 1E
Octal 204 167 24 0 12 125 60 65 112 36
Binary 10000100 1110111 10100 0 1010 1010101 110000 110101 1001010 11110

Color Harmonies of #847714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847714

Black with #847714

Text Example


Text Example

White with #847714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847714; }

 p { color: rgb(132,119,20); }

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

background-color css

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

 a { background-color: rgb(132,119,20); }

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

border-color css

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

 span { border-color: rgb(132,119,20); }

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