#806003

Color #806003 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #806003

Tints of Yukon Gold #806003

Color information

#806003 (or 0x806003) is unknown color: approx Yukon Gold. HEX triplet: 80, 60 and 03. RGB value is (128,96,3). Sum of RGB (Red+Green+Blue) = 128+96+3=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 3 (1.56% from 255 or 1.32% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #806003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806003 is #7F9FFC. Grayscale: #5F5F5F. Windows color (decimal): -8364029 or 221312. OLE color: 221312.

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

Color convert

RGB128963-
CMYK00.250.980.50
HSL44.64º95.42%25.69%-
HSV(B)44.64º97.66%50.2%-
XYZ13.112.961.9-
YUV94.9776.1151.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 56.39%
GREEN value IS 96 (37.89% from 255) = 42.29%
BLUE value IS 3 (1.56% from 255) = 1.32%
R=56.39%
G=42.29%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12896300.250.980.5044.6495.4225.69
Hex8060301962322d5f1a
Octal2001403031142625513732
Binary100000001100000110110011100010110010101101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806003; }

 p { color: rgb(128,96,3); }

 H1.HeaderClassName
 {
   color: #806003;
 }
 .AnyTagClassName
 {
   color: #806003;
 }
</style>
background-color css

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

 a { background-color: rgb(128,96,3); }

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

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

 span { border-color: rgb(128,96,3); }

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