Html Css Color HEX #716211 Yukon Gold

📋 copy color: '#716211'

red 113 ◦ green 98 ◦ blue 17

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

Shades of Yukon Gold #716211

Tints of Yukon Gold #716211

RGB

 RED value IS 113 (44.53% from 255) = 49.56%

 GREEN value IS 98 (38.67% from 255) = 42.98%

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

R = 49.56%
G = 42.98%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#716211 (or 0x716211) is known color: Yukon Gold. HEX triplet: 71, 62 and 11. RGB value is (113,98,17). Sum of RGB (Red+Green+Blue) = 113+98+17=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #716211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716211 is #8E9DEE. Grayscale: #5D5D5D. Windows color (decimal): -9346543 or 1139313. OLE color: 1139313.

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

Color convert

RGB 113 98 17 -
CMYK 0 0.13 0.85 0.56
HSL 50.63º 0.74% 0.25% -
HSV(B) 50.63º 0.85% 0.44% -
XYZ 11.28 12.29 2.31 -
YUV 93.25 84.97 142.09 -
System Red Green Blue C M Y K H S L
Decimal 113 98 17 0 0.13 0.85 0.56 50.63 0.74 0.25
Hex 71 62 11 0 D 55 38 33 4A 19
Octal 161 142 21 0 15 125 70 63 112 31
Binary 1110001 1100010 10001 0 1101 1010101 111000 110011 1001010 11001

Color Harmonies of #716211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716211

Black with #716211

Text Example


Text Example

White with #716211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716211; }

 p { color: rgb(113,98,17); }

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

background-color css

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

 a { background-color: rgb(113,98,17); }

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

border-color css

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

 span { border-color: rgb(113,98,17); }

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