Html Css Color HEX #806210 Yukon Gold

📋 copy color: '#806210'

red 128 ◦ green 98 ◦ blue 16

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

Shades of Yukon Gold #806210

Tints of Yukon Gold #806210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.61%

R = 52.89%
G = 40.5%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#806210 (or 0x806210) is known color: Yukon Gold. HEX triplet: 80, 62 and 10. RGB value is (128,98,16). Sum of RGB (Red+Green+Blue) = 128+98+16=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #806210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806210 is #7F9DEF. Grayscale: #616161. Windows color (decimal): -8363504 or 1073792. OLE color: 1073792.

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

Color convert

RGB 128 98 16 -
CMYK 0 0.23 0.88 0.50
HSL 43.93º 0.78% 0.28% -
HSV(B) 43.93º 0.88% 0.5% -
XYZ 13.36 13.36 2.37 -
YUV 97.62 81.94 149.67 -
System Red Green Blue C M Y K H S L
Decimal 128 98 16 0 0.23 0.88 0.50 43.93 0.78 0.28
Hex 80 62 10 0 17 58 32 2C 4E 1C
Octal 200 142 20 0 27 130 62 54 116 34
Binary 10000000 1100010 10000 0 10111 1011000 110010 101100 1001110 11100

Color Harmonies of #806210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806210

Black with #806210

Text Example


Text Example

White with #806210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806210; }

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

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

background-color css

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

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

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

border-color css

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

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

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