#807216

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

Shades of Yukon Gold #807216

Tints of Yukon Gold #807216

Color information

#807216 (or 0x807216) is unknown color: approx Yukon Gold. HEX triplet: 80, 72 and 16. RGB value is (128,114,22). Sum of RGB (Red+Green+Blue) = 128+114+22=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #807216 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807216 is #7F8DE9. Grayscale: #6C6C6C. Windows color (decimal): -8359402 or 1471104. OLE color: 1471104.

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

Color convert

RGB12811422-
CMYK00.110.830.50
HSL52.08º70.67%29.41%-
HSV(B)52.08º82.81%50.2%-
XYZ15.0616.683.18-
YUV107.779.64142.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.48%
GREEN value IS 114 (44.92% from 255) = 43.18%
BLUE value IS 22 (8.98% from 255) = 8.33%
R=48.48%
G=43.18%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281142200.110.830.5052.0870.6729.41
Hex8072160B533234471d
Octal20016226013123626410735
Binary10000000111001010110010111010011110010110100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807216; }

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

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

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

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

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

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

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

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