#816215

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

Shades of Yukon Gold #816215

Tints of Yukon Gold #816215

Color information

#816215 (or 0x816215) is unknown color: approx Yukon Gold. HEX triplet: 81, 62 and 15. RGB value is (129,98,21). Sum of RGB (Red+Green+Blue) = 129+98+21=248 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.02% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 129 - color contains mainly: red. Hex color #816215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816215 is #7E9DEA. Grayscale: #626262. Windows color (decimal): -8297963 or 1401473. OLE color: 1401473.

HSL color Cylindrical-coordinate representation of color #816215: hue angle of 42.78º degrees, saturation: 0.72, 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 #816215 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB1299821-
CMYK00.240.840.49
HSL42.78º72%29.41%-
HSV(B)42.78º83.72%50.59%-
XYZ13.5613.462.59-
YUV98.4984.27149.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.02%
GREEN value IS 98 (38.67% from 255) = 39.52%
BLUE value IS 21 (8.59% from 255) = 8.47%
R=52.02%
G=39.52%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129982100.240.840.4942.787229.41
Hex81621501854312b481d
Octal20114225030124615311035
Binary100000011100010101010110001010100110001101011100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816215; }

 p { color: rgb(129,98,21); }

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

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

 a { background-color: rgb(129,98,21); }

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

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

 span { border-color: rgb(129,98,21); }

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