Html Css Color HEX #817014 Yukon Gold

📋 copy color: '#817014'

red 129 ◦ green 112 ◦ blue 20

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

Shades of Yukon Gold #817014

Tints of Yukon Gold #817014

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.91%

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

R = 49.43%
G = 42.91%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#817014 (or 0x817014) is known color: Yukon Gold. HEX triplet: 81, 70 and 14. RGB value is (129,112,20). Sum of RGB (Red+Green+Blue) = 129+112+20=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 129 - color contains mainly: red. Hex color #817014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817014 is #7E8FEB. Grayscale: #6A6A6A. Windows color (decimal): -8294380 or 1339521. OLE color: 1339521.

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

Color convert

RGB 129 112 20 -
CMYK 0 0.13 0.84 0.49
HSL 50.64º 0.73% 0.29% -
HSV(B) 50.64º 0.84% 0.51% -
XYZ 14.97 16.31 3.02 -
YUV 106.6 79.13 143.98 -
System Red Green Blue C M Y K H S L
Decimal 129 112 20 0 0.13 0.84 0.49 50.64 0.73 0.29
Hex 81 70 14 0 D 54 31 33 49 1D
Octal 201 160 24 0 15 124 61 63 111 35
Binary 10000001 1110000 10100 0 1101 1010100 110001 110011 1001001 11101

Color Harmonies of #817014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817014

Black with #817014

Text Example


Text Example

White with #817014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817014; }

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

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

background-color css

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

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

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

border-color css

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

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

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