Html Css Color HEX #805D16 Yukon Gold

📋 copy color: '#805D16'

red 128 ◦ green 93 ◦ blue 22

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

Shades of Yukon Gold #805D16

Tints of Yukon Gold #805D16

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.27%

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

R = 52.67%
G = 38.27%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#805D16 (or 0x805D16) is known color: Yukon Gold. HEX triplet: 80, 5D and 16. RGB value is (128,93,22). Sum of RGB (Red+Green+Blue) = 128+93+22=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #805D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805D16 is #7FA2E9. Grayscale: #5F5F5F. Windows color (decimal): -8364778 or 1465728. OLE color: 1465728.

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

Color convert

RGB 128 93 22 -
CMYK 0 0.27 0.83 0.50
HSL 40.19º 0.71% 0.29% -
HSV(B) 40.19º 0.83% 0.5% -
XYZ 12.96 12.48 2.48 -
YUV 95.37 86.6 151.27 -
System Red Green Blue C M Y K H S L
Decimal 128 93 22 0 0.27 0.83 0.50 40.19 0.71 0.29
Hex 80 5D 16 0 1B 53 32 28 47 1D
Octal 200 135 26 0 33 123 62 50 107 35
Binary 10000000 1011101 10110 0 11011 1010011 110010 101000 1000111 11101

Color Harmonies of #805D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805D16

Black with #805D16

Text Example


Text Example

White with #805D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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