#897211

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

Shades of Yukon Gold #897211

Tints of Yukon Gold #897211

Color information

#897211 (or 0x897211) is unknown color: approx Yukon Gold. HEX triplet: 89, 72 and 11. RGB value is (137,114,17). Sum of RGB (Red+Green+Blue) = 137+114+17=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #897211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897211 is #768DEE. Grayscale: #6E6E6E. Windows color (decimal): -7769583 or 1143433. OLE color: 1143433.

HSL color Cylindrical-coordinate representation of color #897211: hue angle of 48.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #897211 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB13711417-
CMYK00.170.880.46
HSL48.5º77.92%30.2%-
HSV(B)48.5º87.59%53.73%-
XYZ16.4417.393.02-
YUV109.8275.62147.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.12%
GREEN value IS 114 (44.92% from 255) = 42.54%
BLUE value IS 17 (7.03% from 255) = 6.34%
R=51.12%
G=42.54%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371141700.170.880.4648.577.9230.2
Hex897211011582E304e1e
Octal21116221021130566011636
Binary100010011110010100010100011011000101110110000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897211; }

 p { color: rgb(137,114,17); }

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

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

 a { background-color: rgb(137,114,17); }

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

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

 span { border-color: rgb(137,114,17); }

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