Html Css Color HEX #817310 Yukon Gold

📋 copy color: '#817310'

red 129 ◦ green 115 ◦ blue 16

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

Shades of Yukon Gold #817310

Tints of Yukon Gold #817310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.15%

R = 49.62%
G = 44.23%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#817310 (or 0x817310) is known color: Yukon Gold. HEX triplet: 81, 73 and 10. RGB value is (129,115,16). Sum of RGB (Red+Green+Blue) = 129+115+16=260 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.62% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 129 - color contains mainly: red. Hex color #817310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817310 is #7E8CEF. Grayscale: #6C6C6C. Windows color (decimal): -8293616 or 1078145. OLE color: 1078145.

HSL color Cylindrical-coordinate representation of color #817310: hue angle of 52.57º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #817310 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 115 16 -
CMYK 0 0.11 0.88 0.49
HSL 52.57º 0.78% 0.28% -
HSV(B) 52.57º 0.88% 0.51% -
XYZ 15.28 16.97 2.96 -
YUV 107.9 76.14 143.05 -
System Red Green Blue C M Y K H S L
Decimal 129 115 16 0 0.11 0.88 0.49 52.57 0.78 0.28
Hex 81 73 10 0 B 58 31 35 4E 1C
Octal 201 163 20 0 13 130 61 65 116 34
Binary 10000001 1110011 10000 0 1011 1011000 110001 110101 1001110 11100

Color Harmonies of #817310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817310

Black with #817310

Text Example


Text Example

White with #817310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817310; }

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

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

background-color css

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

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

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

border-color css

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

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

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