Html Css Color HEX #817211 Yukon Gold

📋 copy color: '#817211'

red 129 ◦ green 114 ◦ blue 17

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

Shades of Yukon Gold #817211

Tints of Yukon Gold #817211

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.85%

 BLUE value IS 17 (7.03% from 255) = 6.54%

R = 49.62%
G = 43.85%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#817211 (or 0x817211) is known color: Yukon Gold. HEX triplet: 81, 72 and 11. RGB value is (129,114,17). Sum of RGB (Red+Green+Blue) = 129+114+17=260 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.62% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 129 - color contains mainly: red. Hex color #817211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817211 is #7E8DEE. Grayscale: #6B6B6B. Windows color (decimal): -8293871 or 1143425. OLE color: 1143425.

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

Color convert

RGB 129 114 17 -
CMYK 0 0.12 0.87 0.49
HSL 51.96º 0.77% 0.29% -
HSV(B) 51.96º 0.87% 0.51% -
XYZ 15.17 16.74 2.96 -
YUV 107.43 76.97 143.39 -
System Red Green Blue C M Y K H S L
Decimal 129 114 17 0 0.12 0.87 0.49 51.96 0.77 0.29
Hex 81 72 11 0 C 57 31 34 4D 1D
Octal 201 162 21 0 14 127 61 64 115 35
Binary 10000001 1110010 10001 0 1100 1010111 110001 110100 1001101 11101

Color Harmonies of #817211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817211

Black with #817211

Text Example


Text Example

White with #817211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817211; }

 p { color: rgb(129,114,17); }

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

background-color css

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

 a { background-color: rgb(129,114,17); }

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

border-color css

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

 span { border-color: rgb(129,114,17); }

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