Html Css Color HEX #806214 Yukon Gold

📋 copy color: '#806214'

red 128 ◦ green 98 ◦ blue 20

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

Shades of Yukon Gold #806214

Tints of Yukon Gold #806214

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.84%

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

R = 52.03%
G = 39.84%
B = 8.13%

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

#806214 (or 0x806214) is known color: Yukon Gold. HEX triplet: 80, 62 and 14. RGB value is (128,98,20). Sum of RGB (Red+Green+Blue) = 128+98+20=246 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.03% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 128 - color contains mainly: red. Hex color #806214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806214 is #7F9DEB. Grayscale: #626262. Windows color (decimal): -8363500 or 1335936. OLE color: 1335936.

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

Color convert

RGB 128 98 20 -
CMYK 0 0.23 0.84 0.50
HSL 43.33º 0.73% 0.29% -
HSV(B) 43.33º 0.84% 0.5% -
XYZ 13.4 13.38 2.54 -
YUV 98.08 83.94 149.34 -
System Red Green Blue C M Y K H S L
Decimal 128 98 20 0 0.23 0.84 0.50 43.33 0.73 0.29
Hex 80 62 14 0 17 54 32 2B 49 1D
Octal 200 142 24 0 27 124 62 53 111 35
Binary 10000000 1100010 10100 0 10111 1010100 110010 101011 1001001 11101

Color Harmonies of #806214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806214

Black with #806214

Text Example


Text Example

White with #806214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806214; }

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

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

background-color css

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

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

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

border-color css

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

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

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