#81700D

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

Shades of Yukon Gold #81700D

Tints of Yukon Gold #81700D

Color information

#81700D (or 0x81700D) is unknown color: approx Yukon Gold. HEX triplet: 81, 70 and 0D. RGB value is (129,112,13). Sum of RGB (Red+Green+Blue) = 129+112+13=254 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.79% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 129 - color contains mainly: red. Hex color #81700D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #81700D is #7E8FF2. Grayscale: #6A6A6A. Windows color (decimal): -8294387 or 880769. OLE color: 880769.

HSL color Cylindrical-coordinate representation of color #81700D: hue angle of 51.21º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #81700D is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB12911213-
CMYK00.130.900.49
HSL51.21º81.69%27.84%-
HSV(B)51.21º89.92%50.59%-
XYZ14.9216.282.74-
YUV105.875.63144.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.79%
GREEN value IS 112 (44.14% from 255) = 44.09%
BLUE value IS 13 (5.47% from 255) = 5.12%
R=50.79%
G=44.09%
B=5.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.90
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291121300.130.900.4951.2181.6927.84
Hex8170D0D5A3133521c
Octal20116015015132616312234
Binary1000000111100001101011011011010110001110011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81700D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81700D; }

 p { color: rgb(129,112,13); }

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

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

 a { background-color: rgb(129,112,13); }

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

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

 span { border-color: rgb(129,112,13); }

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