#816003

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

Shades of Yukon Gold #816003

Tints of Yukon Gold #816003

Color information

#816003 (or 0x816003) is unknown color: approx Yukon Gold. HEX triplet: 81, 60 and 03. RGB value is (129,96,3). Sum of RGB (Red+Green+Blue) = 129+96+3=228 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.58% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 129 - color contains mainly: red. Hex color #816003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816003 is #7E9FFC. Grayscale: #5F5F5F. Windows color (decimal): -8298493 or 221313. OLE color: 221313.

HSL color Cylindrical-coordinate representation of color #816003: hue angle of 44.29º degrees, saturation: 0.95, 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 #816003 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB129963-
CMYK00.260.980.49
HSL44.29º95.45%25.88%-
HSV(B)44.29º97.67%50.59%-
XYZ13.2513.041.9-
YUV95.2675.93152.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.58%
GREEN value IS 96 (37.89% from 255) = 42.11%
BLUE value IS 3 (1.56% from 255) = 1.32%
R=56.58%
G=42.11%
B=1.32%

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
Decimal12996300.260.980.4944.2995.4525.88
Hex8160301A62312c5f1a
Octal2011403032142615413732
Binary100000011100000110110101100010110001101100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816003; }

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

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

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

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

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

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

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

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