#816714

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

Shades of Yukon Gold #816714

Tints of Yukon Gold #816714

Color information

#816714 (or 0x816714) is unknown color: approx Yukon Gold. HEX triplet: 81, 67 and 14. RGB value is (129,103,20). Sum of RGB (Red+Green+Blue) = 129+103+20=252 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.19% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 129 - color contains mainly: red. Hex color #816714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816714 is #7E98EB. Grayscale: #656565. Windows color (decimal): -8296684 or 1337217. OLE color: 1337217.

HSL color Cylindrical-coordinate representation of color #816714: hue angle of 45.69º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #816714 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB12910320-
CMYK00.200.840.49
HSL45.69º73.15%29.22%-
HSV(B)45.69º84.5%50.59%-
XYZ14.0314.422.71-
YUV101.3182.11147.75-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.19%
GREEN value IS 103 (40.62% from 255) = 40.87%
BLUE value IS 20 (8.20% from 255) = 7.94%
R=51.19%
G=40.87%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291032000.200.840.4945.6973.1529.22
Hex81671401454312e491d
Octal20114724024124615611135
Binary100000011100111101000101001010100110001101110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816714; }

 p { color: rgb(129,103,20); }

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

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

 a { background-color: rgb(129,103,20); }

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

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

 span { border-color: rgb(129,103,20); }

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