Html Css Color HEX #806505 Yukon Gold

📋 copy color: '#806505'

red 128 ◦ green 101 ◦ blue 5

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

Shades of Yukon Gold #806505

Tints of Yukon Gold #806505

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.16%

 BLUE value IS 5 (2.34% from 255) = 2.14%

R = 54.7%
G = 43.16%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#806505 (or 0x806505) is known color: Yukon Gold. HEX triplet: 80, 65 and 05. RGB value is (128,101,5). Sum of RGB (Red+Green+Blue) = 128+101+5=234 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.70% from 234); Green value is 101 (39.84% from 255 or 43.16% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 128 - color contains mainly: red. Hex color #806505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806505 is #7F9AFA. Grayscale: #626262. Windows color (decimal): -8362747 or 353664. OLE color: 353664.

HSL color Cylindrical-coordinate representation of color #806505: hue angle of 46.83º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #806505 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 101 5 -
CMYK 0 0.21 0.96 0.50
HSL 46.83º 0.92% 0.26% -
HSV(B) 46.83º 0.96% 0.5% -
XYZ 13.58 13.91 2.11 -
YUV 98.13 75.45 149.31 -
System Red Green Blue C M Y K H S L
Decimal 128 101 5 0 0.21 0.96 0.50 46.83 0.92 0.26
Hex 80 65 5 0 15 60 32 2F 5C 1A
Octal 200 145 5 0 25 140 62 57 134 32
Binary 10000000 1100101 101 0 10101 1100000 110010 101111 1011100 11010

Color Harmonies of #806505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806505

Black with #806505

Text Example


Text Example

White with #806505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806505; }

 p { color: rgb(128,101,5); }

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

background-color css

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

 a { background-color: rgb(128,101,5); }

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

border-color css

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

 span { border-color: rgb(128,101,5); }

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