#807218

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

Shades of Yukon Gold #807218

Tints of Yukon Gold #807218

Color information

#807218 (or 0x807218) is unknown color: approx Yukon Gold. HEX triplet: 80, 72 and 18. RGB value is (128,114,24). Sum of RGB (Red+Green+Blue) = 128+114+24=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #807218 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807218 is #7F8DE7. Grayscale: #6C6C6C. Windows color (decimal): -8359400 or 1602176. OLE color: 1602176.

HSL color Cylindrical-coordinate representation of color #807218: hue angle of 51.92º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #807218 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.50.

Color convert

RGB12811424-
CMYK00.110.810.50
HSL51.92º68.42%29.8%-
HSV(B)51.92º81.25%50.2%-
XYZ15.0816.693.29-
YUV107.9380.64142.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.12%
GREEN value IS 114 (44.92% from 255) = 42.86%
BLUE value IS 24 (9.77% from 255) = 9.02%
R=48.12%
G=42.86%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.81
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281142400.110.810.5051.9268.4229.8
Hex8072180B513234441e
Octal20016230013121626410436
Binary10000000111001011000010111010001110010110100100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807218; }

 p { color: rgb(128,114,24); }

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

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

 a { background-color: rgb(128,114,24); }

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

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

 span { border-color: rgb(128,114,24); }

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