#807213

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

Shades of Yukon Gold #807213

Tints of Yukon Gold #807213

Color information

#807213 (or 0x807213) is unknown color: approx Yukon Gold. HEX triplet: 80, 72 and 13. RGB value is (128,114,19). Sum of RGB (Red+Green+Blue) = 128+114+19=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #807213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807213 is #7F8DEC. Grayscale: #6B6B6B. Windows color (decimal): -8359405 or 1274496. OLE color: 1274496.

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

Color convert

RGB12811419-
CMYK00.110.850.50
HSL52.29º74.15%28.82%-
HSV(B)52.29º85.16%50.2%-
XYZ15.0416.673.04-
YUV107.3678.14142.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.04%
GREEN value IS 114 (44.92% from 255) = 43.68%
BLUE value IS 19 (7.81% from 255) = 7.28%
R=49.04%
G=43.68%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.85
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281141900.110.850.5052.2974.1528.82
Hex8072130B5532344a1d
Octal20016223013125626411235
Binary10000000111001010011010111010101110010110100100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807213; }

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

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

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

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

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

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

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

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