Html Css Color HEX #806916 Yukon Gold

📋 copy color: '#806916'

red 128 ◦ green 105 ◦ blue 22

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

Shades of Yukon Gold #806916

Tints of Yukon Gold #806916

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.18%

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

R = 50.2%
G = 41.18%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#806916 (or 0x806916) is known color: Yukon Gold. HEX triplet: 80, 69 and 16. RGB value is (128,105,22). Sum of RGB (Red+Green+Blue) = 128+105+22=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #806916 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806916 is #7F96E9. Grayscale: #666666. Windows color (decimal): -8361706 or 1468800. OLE color: 1468800.

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

Color convert

RGB 128 105 22 -
CMYK 0 0.18 0.83 0.50
HSL 46.98º 0.71% 0.29% -
HSV(B) 46.98º 0.83% 0.5% -
XYZ 14.1 14.75 2.86 -
YUV 102.42 82.62 146.25 -
System Red Green Blue C M Y K H S L
Decimal 128 105 22 0 0.18 0.83 0.50 46.98 0.71 0.29
Hex 80 69 16 0 12 53 32 2F 47 1D
Octal 200 151 26 0 22 123 62 57 107 35
Binary 10000000 1101001 10110 0 10010 1010011 110010 101111 1000111 11101

Color Harmonies of #806916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806916

Black with #806916

Text Example


Text Example

White with #806916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806916; }

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

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

background-color css

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

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

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

border-color css

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

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

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