Html Css Color HEX #817314 Yukon Gold

📋 copy color: '#817314'

red 129 ◦ green 115 ◦ blue 20

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

Shades of Yukon Gold #817314

Tints of Yukon Gold #817314

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.56%

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

R = 48.86%
G = 43.56%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#817314 (or 0x817314) is known color: Yukon Gold. HEX triplet: 81, 73 and 14. RGB value is (129,115,20). Sum of RGB (Red+Green+Blue) = 129+115+20=264 (34% of max value = 765). Red value is 129 (50.78% from 255 or 48.86% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 129 - color contains mainly: red. Hex color #817314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817314 is #7E8CEB. Grayscale: #6C6C6C. Windows color (decimal): -8293612 or 1340289. OLE color: 1340289.

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

Color convert

RGB 129 115 20 -
CMYK 0 0.11 0.84 0.49
HSL 52.29º 0.73% 0.29% -
HSV(B) 52.29º 0.84% 0.51% -
XYZ 15.31 16.98 3.13 -
YUV 108.36 78.14 142.72 -
System Red Green Blue C M Y K H S L
Decimal 129 115 20 0 0.11 0.84 0.49 52.29 0.73 0.29
Hex 81 73 14 0 B 54 31 34 49 1D
Octal 201 163 24 0 13 124 61 64 111 35
Binary 10000001 1110011 10100 0 1011 1010100 110001 110100 1001001 11101

Color Harmonies of #817314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817314

Black with #817314

Text Example


Text Example

White with #817314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817314; }

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

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

background-color css

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

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

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

border-color css

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

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

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