Html Css Color HEX #816014 Yukon Gold

📋 copy color: '#816014'

red 129 ◦ green 96 ◦ blue 20

#816014
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yukon Gold #816014

Tints of Yukon Gold #816014

RGB

 RED value IS 129 (50.78% from 255) = 52.65%

 GREEN value IS 96 (37.89% from 255) = 39.18%

 BLUE value IS 20 (8.2% from 255) = 8.16%

R = 52.65%
G = 39.18%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#816014 (or 0x816014) is known color: Yukon Gold. HEX triplet: 81, 60 and 14. RGB value is (129,96,20). Sum of RGB (Red+Green+Blue) = 129+96+20=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #816014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816014 is #7E9FEB. Grayscale: #616161. Windows color (decimal): -8298476 or 1335425. OLE color: 1335425.

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

Color convert

RGB 129 96 20 -
CMYK 0 0.26 0.84 0.49
HSL 41.83º 0.73% 0.29% -
HSV(B) 41.83º 0.84% 0.51% -
XYZ 13.36 13.08 2.48 -
YUV 97.2 84.43 150.68 -
System Red Green Blue C M Y K H S L
Decimal 129 96 20 0 0.26 0.84 0.49 41.83 0.73 0.29
Hex 81 60 14 0 1A 54 31 2A 49 1D
Octal 201 140 24 0 32 124 61 52 111 35
Binary 10000001 1100000 10100 0 11010 1010100 110001 101010 1001001 11101

Color Harmonies of #816014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816014

Black with #816014

Text Example


Text Example

White with #816014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816014; }

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

 H1.HeaderClassName
 {
   color: #816014;
 }
 .AnyTagClassName
 {
   color: #816014;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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