Html Css Color HEX #805D15 Yukon Gold

📋 copy color: '#805D15'

red 128 ◦ green 93 ◦ blue 21

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

Shades of Yukon Gold #805D15

Tints of Yukon Gold #805D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.68%

R = 52.89%
G = 38.43%
B = 8.68%

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

#805D15 (or 0x805D15) is known color: Yukon Gold. HEX triplet: 80, 5D and 15. RGB value is (128,93,21). Sum of RGB (Red+Green+Blue) = 128+93+21=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #805D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805D15 is #7FA2EA. Grayscale: #5F5F5F. Windows color (decimal): -8364779 or 1400192. OLE color: 1400192.

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

Color convert

RGB 128 93 21 -
CMYK 0 0.27 0.84 0.50
HSL 40.37º 0.72% 0.29% -
HSV(B) 40.37º 0.84% 0.5% -
XYZ 12.95 12.47 2.43 -
YUV 95.26 86.1 151.35 -
System Red Green Blue C M Y K H S L
Decimal 128 93 21 0 0.27 0.84 0.50 40.37 0.72 0.29
Hex 80 5D 15 0 1B 54 32 28 48 1D
Octal 200 135 25 0 33 124 62 50 110 35
Binary 10000000 1011101 10101 0 11011 1010100 110010 101000 1001000 11101

Color Harmonies of #805D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805D15

Black with #805D15

Text Example


Text Example

White with #805D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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