Html Css Color HEX #807416 Yukon Gold

📋 copy color: '#807416'

red 128 ◦ green 116 ◦ blue 22

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

Shades of Yukon Gold #807416

Tints of Yukon Gold #807416

RGB

 RED value IS 128 (50.39% from 255) = 48.12%

 GREEN value IS 116 (45.7% from 255) = 43.61%

 BLUE value IS 22 (8.98% from 255) = 8.27%

R = 48.12%
G = 43.61%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#807416 (or 0x807416) is known color: Yukon Gold. HEX triplet: 80, 74 and 16. RGB value is (128,116,22). Sum of RGB (Red+Green+Blue) = 128+116+22=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #807416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807416 is #7F8BE9. Grayscale: #6D6D6D. Windows color (decimal): -8358890 or 1471616. OLE color: 1471616.

HSL color Cylindrical-coordinate representation of color #807416: hue angle of 53.21º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #807416 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 116 22 -
CMYK 0 0.09 0.83 0.50
HSL 53.21º 0.71% 0.29% -
HSV(B) 53.21º 0.83% 0.5% -
XYZ 15.29 17.14 3.26 -
YUV 108.87 78.98 141.64 -
System Red Green Blue C M Y K H S L
Decimal 128 116 22 0 0.09 0.83 0.50 53.21 0.71 0.29
Hex 80 74 16 0 9 53 32 35 47 1D
Octal 200 164 26 0 11 123 62 65 107 35
Binary 10000000 1110100 10110 0 1001 1010011 110010 110101 1000111 11101

Color Harmonies of #807416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807416

Black with #807416

Text Example


Text Example

White with #807416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807416; }

 p { color: rgb(128,116,22); }

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

background-color css

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

 a { background-color: rgb(128,116,22); }

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

border-color css

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

 span { border-color: rgb(128,116,22); }

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