#816002

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

Shades of Yukon Gold #816002

Tints of Yukon Gold #816002

Color information

#816002 (or 0x816002) is unknown color: approx Yukon Gold. HEX triplet: 81, 60 and 02. RGB value is (129,96,2). Sum of RGB (Red+Green+Blue) = 129+96+2=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #816002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816002 is #7E9FFD. Grayscale: #5F5F5F. Windows color (decimal): -8298494 or 155777. OLE color: 155777.

HSL color Cylindrical-coordinate representation of color #816002: hue angle of 44.41º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #816002 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB129962-
CMYK00.260.980.49
HSL44.41º96.95%25.69%-
HSV(B)44.41º98.45%50.59%-
XYZ13.2513.041.88-
YUV95.1575.43152.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.83%
GREEN value IS 96 (37.89% from 255) = 42.29%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=56.83%
G=42.29%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12996200.260.980.4944.4196.9525.69
Hex8160201A62312c611a
Octal2011402032142615414132
Binary100000011100000100110101100010110001101100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816002; }

 p { color: rgb(129,96,2); }

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

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

 a { background-color: rgb(129,96,2); }

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

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

 span { border-color: rgb(129,96,2); }

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