Html Css Color HEX #806201 Yukon Gold

📋 copy color: '#806201'

red 128 ◦ green 98 ◦ blue 1

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

Shades of Yukon Gold #806201

Tints of Yukon Gold #806201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 56.39%
G = 43.17%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#806201 (or 0x806201) is known color: Yukon Gold. HEX triplet: 80, 62 and 01. RGB value is (128,98,1). Sum of RGB (Red+Green+Blue) = 128+98+1=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #806201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806201 is #7F9DFE. Grayscale: #606060. Windows color (decimal): -8363519 or 90752. OLE color: 90752.

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

Color convert

RGB 128 98 1 -
CMYK 0 0.23 0.99 0.50
HSL 45.83º 0.98% 0.25% -
HSV(B) 45.83º 0.99% 0.5% -
XYZ 13.28 13.33 1.9 -
YUV 95.91 74.44 150.89 -
System Red Green Blue C M Y K H S L
Decimal 128 98 1 0 0.23 0.99 0.50 45.83 0.98 0.25
Hex 80 62 1 0 17 63 32 2E 62 19
Octal 200 142 1 0 27 143 62 56 142 31
Binary 10000000 1100010 1 0 10111 1100011 110010 101110 1100010 11001

Color Harmonies of #806201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806201

Black with #806201

Text Example


Text Example

White with #806201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806201; }

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

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

background-color css

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

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

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

border-color css

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

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

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