#817018

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

Shades of Yukon Gold #817018

Tints of Yukon Gold #817018

Color information

#817018 (or 0x817018) is unknown color: approx Yukon Gold. HEX triplet: 81, 70 and 18. RGB value is (129,112,24). Sum of RGB (Red+Green+Blue) = 129+112+24=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 129 - color contains mainly: red. Hex color #817018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817018 is #7E8FE7. Grayscale: #6B6B6B. Windows color (decimal): -8294376 or 1601665. OLE color: 1601665.

HSL color Cylindrical-coordinate representation of color #817018: hue angle of 50.29º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #817018 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB12911224-
CMYK00.130.810.49
HSL50.29º68.63%30%-
HSV(B)50.29º81.4%50.59%-
XYZ15.0116.323.22-
YUV107.0581.13143.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.68%
GREEN value IS 112 (44.14% from 255) = 42.26%
BLUE value IS 24 (9.77% from 255) = 9.06%
R=48.68%
G=42.26%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291122400.130.810.4950.2968.6330
Hex8170180D513132451e
Octal20116030015121616210536
Binary10000001111000011000011011010001110001110010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817018; }

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

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

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

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

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

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

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

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