Html Css Color HEX #806314 Yukon Gold

📋 copy color: '#806314'

red 128 ◦ green 99 ◦ blue 20

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

Shades of Yukon Gold #806314

Tints of Yukon Gold #806314

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.08%

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

R = 51.82%
G = 40.08%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#806314 (or 0x806314) is known color: Yukon Gold. HEX triplet: 80, 63 and 14. RGB value is (128,99,20). Sum of RGB (Red+Green+Blue) = 128+99+20=247 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.82% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 128 - color contains mainly: red. Hex color #806314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806314 is #7F9CEB. Grayscale: #636363. Windows color (decimal): -8363244 or 1336192. OLE color: 1336192.

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

Color convert

RGB 128 99 20 -
CMYK 0 0.23 0.84 0.50
HSL 43.89º 0.73% 0.29% -
HSV(B) 43.89º 0.84% 0.5% -
XYZ 13.49 13.56 2.57 -
YUV 98.67 83.61 148.92 -
System Red Green Blue C M Y K H S L
Decimal 128 99 20 0 0.23 0.84 0.50 43.89 0.73 0.29
Hex 80 63 14 0 17 54 32 2C 49 1D
Octal 200 143 24 0 27 124 62 54 111 35
Binary 10000000 1100011 10100 0 10111 1010100 110010 101100 1001001 11101

Color Harmonies of #806314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806314

Black with #806314

Text Example


Text Example

White with #806314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806314; }

 p { color: rgb(128,99,20); }

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

background-color css

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

 a { background-color: rgb(128,99,20); }

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

border-color css

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

 span { border-color: rgb(128,99,20); }

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