Html Css Color HEX #805F14 Yukon Gold

📋 copy color: '#805F14'

red 128 ◦ green 95 ◦ blue 20

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

Shades of Yukon Gold #805F14

Tints of Yukon Gold #805F14

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.09%

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

R = 52.67%
G = 39.09%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#805F14 (or 0x805F14) is known color: Yukon Gold. HEX triplet: 80, 5F and 14. RGB value is (128,95,20). Sum of RGB (Red+Green+Blue) = 128+95+20=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #805F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805F14 is #7FA0EB. Grayscale: #606060. Windows color (decimal): -8364268 or 1335168. OLE color: 1335168.

HSL color Cylindrical-coordinate representation of color #805F14: hue angle of 41.67º 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 #805F14 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 95 20 -
CMYK 0 0.26 0.84 0.50
HSL 41.67º 0.73% 0.29% -
HSV(B) 41.67º 0.84% 0.5% -
XYZ 13.12 12.82 2.45 -
YUV 96.32 84.93 150.6 -
System Red Green Blue C M Y K H S L
Decimal 128 95 20 0 0.26 0.84 0.50 41.67 0.73 0.29
Hex 80 5F 14 0 1A 54 32 2A 49 1D
Octal 200 137 24 0 32 124 62 52 111 35
Binary 10000000 1011111 10100 0 11010 1010100 110010 101010 1001001 11101

Color Harmonies of #805F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805F14

Black with #805F14

Text Example


Text Example

White with #805F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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