Html Css Color HEX #817013 Yukon Gold

📋 copy color: '#817013'

red 129 ◦ green 112 ◦ blue 19

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

Shades of Yukon Gold #817013

Tints of Yukon Gold #817013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.31%

R = 49.62%
G = 43.08%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#817013 (or 0x817013) is known color: Yukon Gold. HEX triplet: 81, 70 and 13. RGB value is (129,112,19). Sum of RGB (Red+Green+Blue) = 129+112+19=260 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.62% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 129 - color contains mainly: red. Hex color #817013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817013 is #7E8FEC. Grayscale: #6A6A6A. Windows color (decimal): -8294381 or 1273985. OLE color: 1273985.

HSL color Cylindrical-coordinate representation of color #817013: hue angle of 50.73º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #817013 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 112 19 -
CMYK 0 0.13 0.85 0.49
HSL 50.73º 0.74% 0.29% -
HSV(B) 50.73º 0.85% 0.51% -
XYZ 14.96 16.3 2.97 -
YUV 106.48 78.63 144.06 -
System Red Green Blue C M Y K H S L
Decimal 129 112 19 0 0.13 0.85 0.49 50.73 0.74 0.29
Hex 81 70 13 0 D 55 31 33 4A 1D
Octal 201 160 23 0 15 125 61 63 112 35
Binary 10000001 1110000 10011 0 1101 1010101 110001 110011 1001010 11101

Color Harmonies of #817013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817013

Black with #817013

Text Example


Text Example

White with #817013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817013; }

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

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

background-color css

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

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

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

border-color css

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

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

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