Html Css Color HEX #807016 Yukon Gold

📋 copy color: '#807016'

red 128 ◦ green 112 ◦ blue 22

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

Shades of Yukon Gold #807016

Tints of Yukon Gold #807016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.4%

R = 48.85%
G = 42.75%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#807016 (or 0x807016) is known color: Yukon Gold. HEX triplet: 80, 70 and 16. RGB value is (128,112,22). Sum of RGB (Red+Green+Blue) = 128+112+22=262 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.85% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 128 - color contains mainly: red. Hex color #807016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807016 is #7F8FE9. Grayscale: #6A6A6A. Windows color (decimal): -8359914 or 1470592. OLE color: 1470592.

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

Color convert

RGB 128 112 22 -
CMYK 0 0.12 0.83 0.50
HSL 50.94º 0.71% 0.29% -
HSV(B) 50.94º 0.83% 0.5% -
XYZ 14.84 16.24 3.11 -
YUV 106.52 80.3 143.32 -
System Red Green Blue C M Y K H S L
Decimal 128 112 22 0 0.12 0.83 0.50 50.94 0.71 0.29
Hex 80 70 16 0 C 53 32 33 47 1D
Octal 200 160 26 0 14 123 62 63 107 35
Binary 10000000 1110000 10110 0 1100 1010011 110010 110011 1000111 11101

Color Harmonies of #807016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807016

Black with #807016

Text Example


Text Example

White with #807016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807016; }

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

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

background-color css

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

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

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

border-color css

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

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

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