Html Css Color HEX #807310 Yukon Gold

📋 copy color: '#807310'

red 128 ◦ green 115 ◦ blue 16

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

Shades of Yukon Gold #807310

Tints of Yukon Gold #807310

RGB

 RED value IS 128 (50.39% from 255) = 49.42%

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

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

R = 49.42%
G = 44.4%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#807310 (or 0x807310) is known color: Yukon Gold. HEX triplet: 80, 73 and 10. RGB value is (128,115,16). Sum of RGB (Red+Green+Blue) = 128+115+16=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #807310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807310 is #7F8CEF. Grayscale: #6C6C6C. Windows color (decimal): -8359152 or 1078144. OLE color: 1078144.

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

Color convert

RGB 128 115 16 -
CMYK 0 0.10 0.88 0.50
HSL 53.04º 0.78% 0.28% -
HSV(B) 53.04º 0.88% 0.5% -
XYZ 15.13 16.89 2.95 -
YUV 107.6 76.31 142.55 -
System Red Green Blue C M Y K H S L
Decimal 128 115 16 0 0.10 0.88 0.50 53.04 0.78 0.28
Hex 80 73 10 0 A 58 32 35 4E 1C
Octal 200 163 20 0 12 130 62 65 116 34
Binary 10000000 1110011 10000 0 1010 1011000 110010 110101 1001110 11100

Color Harmonies of #807310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807310

Black with #807310

Text Example


Text Example

White with #807310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807310; }

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

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

background-color css

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

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

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

border-color css

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

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

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