#816303

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

Shades of Yukon Gold #816303

Tints of Yukon Gold #816303

Color information

#816303 (or 0x816303) is unknown color: approx Yukon Gold. HEX triplet: 81, 63 and 03. RGB value is (129,99,3). Sum of RGB (Red+Green+Blue) = 129+99+3=231 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.84% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 129 - color contains mainly: red. Hex color #816303 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816303 is #7E9CFC. Grayscale: #616161. Windows color (decimal): -8297725 or 222081. OLE color: 222081.

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

Color convert

RGB129993-
CMYK00.230.980.49
HSL45.71º95.45%25.88%-
HSV(B)45.71º97.67%50.59%-
XYZ13.5313.62-
YUV97.0374.94150.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.84%
GREEN value IS 99 (39.06% from 255) = 42.86%
BLUE value IS 3 (1.56% from 255) = 1.30%
R=55.84%
G=42.86%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12999300.230.980.4945.7195.4525.88
Hex8163301762312e5f1a
Octal2011433027142615613732
Binary100000011100011110101111100010110001101110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816303; }

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

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

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

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

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

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

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

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