Html Css Color HEX #807116 Yukon Gold

📋 copy color: '#807116'

red 128 ◦ green 113 ◦ blue 22

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

Shades of Yukon Gold #807116

Tints of Yukon Gold #807116

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.97%

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

R = 48.67%
G = 42.97%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#807116 (or 0x807116) is known color: Yukon Gold. HEX triplet: 80, 71 and 16. RGB value is (128,113,22). Sum of RGB (Red+Green+Blue) = 128+113+22=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #807116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807116 is #7F8EE9. Grayscale: #6B6B6B. Windows color (decimal): -8359658 or 1470848. OLE color: 1470848.

HSL color Cylindrical-coordinate representation of color #807116: hue angle of 51.51º 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 #807116 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 113 22 -
CMYK 0 0.12 0.83 0.50
HSL 51.51º 0.71% 0.29% -
HSV(B) 51.51º 0.83% 0.5% -
XYZ 14.95 16.46 3.15 -
YUV 107.11 79.97 142.9 -
System Red Green Blue C M Y K H S L
Decimal 128 113 22 0 0.12 0.83 0.50 51.51 0.71 0.29
Hex 80 71 16 0 C 53 32 34 47 1D
Octal 200 161 26 0 14 123 62 64 107 35
Binary 10000000 1110001 10110 0 1100 1010011 110010 110100 1000111 11101

Color Harmonies of #807116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807116

Black with #807116

Text Example


Text Example

White with #807116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807116; }

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

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

background-color css

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

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

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

border-color css

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

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

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