Html Css Color HEX #716308 Yukon Gold

📋 copy color: '#716308'

red 113 ◦ green 99 ◦ blue 8

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

Shades of Yukon Gold #716308

Tints of Yukon Gold #716308

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45%

 BLUE value IS 8 (3.52% from 255) = 3.64%

R = 51.36%
G = 45%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#716308 (or 0x716308) is known color: Yukon Gold. HEX triplet: 71, 63 and 08. RGB value is (113,99,8). Sum of RGB (Red+Green+Blue) = 113+99+8=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #716308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716308 is #8E9CF7. Grayscale: #5D5D5D. Windows color (decimal): -9346296 or 549745. OLE color: 549745.

HSL color Cylindrical-coordinate representation of color #716308: hue angle of 52º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #716308 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 99 8 -
CMYK 0 0.12 0.93 0.56
HSL 52º 0.87% 0.24% -
HSV(B) 52º 0.93% 0.44% -
XYZ 11.32 12.45 2.04 -
YUV 92.81 80.14 142.4 -
System Red Green Blue C M Y K H S L
Decimal 113 99 8 0 0.12 0.93 0.56 52 0.87 0.24
Hex 71 63 8 0 C 5D 38 34 57 18
Octal 161 143 10 0 14 135 70 64 127 30
Binary 1110001 1100011 1000 0 1100 1011101 111000 110100 1010111 11000

Color Harmonies of #716308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716308

Black with #716308

Text Example


Text Example

White with #716308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716308; }

 p { color: rgb(113,99,8); }

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

background-color css

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

 a { background-color: rgb(113,99,8); }

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

border-color css

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

 span { border-color: rgb(113,99,8); }

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