Html Css Color HEX #807312 Yukon Gold

📋 copy color: '#807312'

red 128 ◦ green 115 ◦ blue 18

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

Shades of Yukon Gold #807312

Tints of Yukon Gold #807312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.9%

R = 49.04%
G = 44.06%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#807312 (or 0x807312) is known color: Yukon Gold. HEX triplet: 80, 73 and 12. RGB value is (128,115,18). Sum of RGB (Red+Green+Blue) = 128+115+18=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #807312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807312 is #7F8CED. Grayscale: #6C6C6C. Windows color (decimal): -8359150 or 1209216. OLE color: 1209216.

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

Color convert

RGB 128 115 18 -
CMYK 0 0.10 0.86 0.50
HSL 52.91º 0.75% 0.29% -
HSV(B) 52.91º 0.86% 0.5% -
XYZ 15.14 16.89 3.04 -
YUV 107.83 77.31 142.39 -
System Red Green Blue C M Y K H S L
Decimal 128 115 18 0 0.10 0.86 0.50 52.91 0.75 0.29
Hex 80 73 12 0 A 56 32 35 4B 1D
Octal 200 163 22 0 12 126 62 65 113 35
Binary 10000000 1110011 10010 0 1010 1010110 110010 110101 1001011 11101

Color Harmonies of #807312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807312

Black with #807312

Text Example


Text Example

White with #807312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807312; }

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

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

background-color css

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

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

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

border-color css

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

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

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