Html Css Color HEX #805E14 Yukon Gold

📋 copy color: '#805E14'

red 128 ◦ green 94 ◦ blue 20

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

Shades of Yukon Gold #805E14

Tints of Yukon Gold #805E14

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.84%

 BLUE value IS 20 (8.2% from 255) = 8.26%

R = 52.89%
G = 38.84%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#805E14 (or 0x805E14) is known color: Yukon Gold. HEX triplet: 80, 5E and 14. RGB value is (128,94,20). Sum of RGB (Red+Green+Blue) = 128+94+20=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 94 (37.11% from 255 or 38.84% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #805E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805E14 is #7FA1EB. Grayscale: #606060. Windows color (decimal): -8364524 or 1334912. OLE color: 1334912.

HSL color Cylindrical-coordinate representation of color #805E14: hue angle of 41.11º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #805E14 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 94 20 -
CMYK 0 0.27 0.84 0.50
HSL 41.11º 0.73% 0.29% -
HSV(B) 41.11º 0.84% 0.5% -
XYZ 13.03 12.65 2.42 -
YUV 95.73 85.26 151.02 -
System Red Green Blue C M Y K H S L
Decimal 128 94 20 0 0.27 0.84 0.50 41.11 0.73 0.29
Hex 80 5E 14 0 1B 54 32 29 49 1D
Octal 200 136 24 0 33 124 62 51 111 35
Binary 10000000 1011110 10100 0 11011 1010100 110010 101001 1001001 11101

Color Harmonies of #805E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805E14

Black with #805E14

Text Example


Text Example

White with #805E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805E14; }

 p { color: rgb(128,94,20); }

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

background-color css

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

 a { background-color: rgb(128,94,20); }

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

border-color css

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

 span { border-color: rgb(128,94,20); }

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