#817219

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

Shades of Yukon Gold #817219

Tints of Yukon Gold #817219

Color information

#817219 (or 0x817219) is unknown color: approx Yukon Gold. HEX triplet: 81, 72 and 19. RGB value is (129,114,25). Sum of RGB (Red+Green+Blue) = 129+114+25=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 129 - color contains mainly: red. Hex color #817219 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817219 is #7E8DE6. Grayscale: #6C6C6C. Windows color (decimal): -8293863 or 1667713. OLE color: 1667713.

HSL color Cylindrical-coordinate representation of color #817219: hue angle of 51.35º degrees, saturation: 0.68, 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 #817219 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB12911425-
CMYK00.120.810.49
HSL51.35º67.53%30.2%-
HSV(B)51.35º80.62%50.59%-
XYZ15.2516.773.35-
YUV108.3480.97142.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.13%
GREEN value IS 114 (44.92% from 255) = 42.54%
BLUE value IS 25 (10.16% from 255) = 9.33%
R=48.13%
G=42.54%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291142500.120.810.4951.3567.5330.2
Hex8172190C513133441e
Octal20116231014121616310436
Binary10000001111001011001011001010001110001110011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817219; }

 p { color: rgb(129,114,25); }

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

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

 a { background-color: rgb(129,114,25); }

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

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

 span { border-color: rgb(129,114,25); }

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