Html Css Color HEX #807411 Yukon Gold

📋 copy color: '#807411'

red 128 ◦ green 116 ◦ blue 17

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

Shades of Yukon Gold #807411

Tints of Yukon Gold #807411

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.44%

 BLUE value IS 17 (7.03% from 255) = 6.51%

R = 49.04%
G = 44.44%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#807411 (or 0x807411) is known color: Yukon Gold. HEX triplet: 80, 74 and 11. RGB value is (128,116,17). Sum of RGB (Red+Green+Blue) = 128+116+17=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #807411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807411 is #7F8BEE. Grayscale: #6C6C6C. Windows color (decimal): -8358895 or 1143936. OLE color: 1143936.

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

Color convert

RGB 128 116 17 -
CMYK 0 0.09 0.87 0.50
HSL 53.51º 0.77% 0.28% -
HSV(B) 53.51º 0.87% 0.5% -
XYZ 15.25 17.12 3.03 -
YUV 108.3 76.48 142.05 -
System Red Green Blue C M Y K H S L
Decimal 128 116 17 0 0.09 0.87 0.50 53.51 0.77 0.28
Hex 80 74 11 0 9 57 32 36 4D 1C
Octal 200 164 21 0 11 127 62 66 115 34
Binary 10000000 1110100 10001 0 1001 1010111 110010 110110 1001101 11100

Color Harmonies of #807411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807411

Black with #807411

Text Example


Text Example

White with #807411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807411; }

 p { color: rgb(128,116,17); }

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

background-color css

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

 a { background-color: rgb(128,116,17); }

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

border-color css

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

 span { border-color: rgb(128,116,17); }

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