Html Css Color HEX #807013 Yukon Gold

📋 copy color: '#807013'

red 128 ◦ green 112 ◦ blue 19

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

Shades of Yukon Gold #807013

Tints of Yukon Gold #807013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.24%

 BLUE value IS 19 (7.81% from 255) = 7.34%

R = 49.42%
G = 43.24%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#807013 (or 0x807013) is known color: Yukon Gold. HEX triplet: 80, 70 and 13. RGB value is (128,112,19). Sum of RGB (Red+Green+Blue) = 128+112+19=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #807013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807013 is #7F8FEC. Grayscale: #6A6A6A. Windows color (decimal): -8359917 or 1273984. OLE color: 1273984.

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

Color convert

RGB 128 112 19 -
CMYK 0 0.12 0.85 0.50
HSL 51.19º 0.74% 0.29% -
HSV(B) 51.19º 0.85% 0.5% -
XYZ 14.81 16.22 2.97 -
YUV 106.18 78.8 143.56 -
System Red Green Blue C M Y K H S L
Decimal 128 112 19 0 0.12 0.85 0.50 51.19 0.74 0.29
Hex 80 70 13 0 C 55 32 33 4A 1D
Octal 200 160 23 0 14 125 62 63 112 35
Binary 10000000 1110000 10011 0 1100 1010101 110010 110011 1001010 11101

Color Harmonies of #807013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807013

Black with #807013

Text Example


Text Example

White with #807013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807013; }

 p { color: rgb(128,112,19); }

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

background-color css

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

 a { background-color: rgb(128,112,19); }

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

border-color css

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

 span { border-color: rgb(128,112,19); }

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