Html Css Color HEX #817414 Yukon Gold

📋 copy color: '#817414'

red 129 ◦ green 116 ◦ blue 20

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

Shades of Yukon Gold #817414

Tints of Yukon Gold #817414

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.77%

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

R = 48.68%
G = 43.77%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#817414 (or 0x817414) is known color: Yukon Gold. HEX triplet: 81, 74 and 14. RGB value is (129,116,20). Sum of RGB (Red+Green+Blue) = 129+116+20=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 129 - color contains mainly: red. Hex color #817414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817414 is #7E8BEB. Grayscale: #6D6D6D. Windows color (decimal): -8293356 or 1340545. OLE color: 1340545.

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

Color convert

RGB 129 116 20 -
CMYK 0 0.10 0.84 0.49
HSL 52.84º 0.73% 0.29% -
HSV(B) 52.84º 0.84% 0.51% -
XYZ 15.42 17.21 3.17 -
YUV 108.94 77.81 142.31 -
System Red Green Blue C M Y K H S L
Decimal 129 116 20 0 0.10 0.84 0.49 52.84 0.73 0.29
Hex 81 74 14 0 A 54 31 35 49 1D
Octal 201 164 24 0 12 124 61 65 111 35
Binary 10000001 1110100 10100 0 1010 1010100 110001 110101 1001001 11101

Color Harmonies of #817414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817414

Black with #817414

Text Example


Text Example

White with #817414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817414; }

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

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

background-color css

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

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

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

border-color css

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

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

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