Html Css Color HEX #805F10 Yukon Gold

📋 copy color: '#805F10'

red 128 ◦ green 95 ◦ blue 16

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

Shades of Yukon Gold #805F10

Tints of Yukon Gold #805F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.69%

R = 53.56%
G = 39.75%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#805F10 (or 0x805F10) is known color: Yukon Gold. HEX triplet: 80, 5F and 10. RGB value is (128,95,16). Sum of RGB (Red+Green+Blue) = 128+95+16=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 95 (37.5% from 255 or 39.75% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #805F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805F10 is #7FA0EF. Grayscale: #606060. Windows color (decimal): -8364272 or 1073024. OLE color: 1073024.

HSL color Cylindrical-coordinate representation of color #805F10: hue angle of 42.32º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #805F10 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 95 16 -
CMYK 0 0.26 0.88 0.50
HSL 42.32º 0.78% 0.28% -
HSV(B) 42.32º 0.88% 0.5% -
XYZ 13.09 12.81 2.27 -
YUV 95.86 82.93 150.92 -
System Red Green Blue C M Y K H S L
Decimal 128 95 16 0 0.26 0.88 0.50 42.32 0.78 0.28
Hex 80 5F 10 0 1A 58 32 2A 4E 1C
Octal 200 137 20 0 32 130 62 52 116 34
Binary 10000000 1011111 10000 0 11010 1011000 110010 101010 1001110 11100

Color Harmonies of #805F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805F10

Black with #805F10

Text Example


Text Example

White with #805F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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