Html Css Color HEX #8D7019 Yukon Gold

📋 copy color: '#8D7019'

red 141 ◦ green 112 ◦ blue 25

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

Shades of Yukon Gold #8D7019

Tints of Yukon Gold #8D7019

RGB

 RED value IS 141 (55.47% from 255) = 50.72%

 GREEN value IS 112 (44.14% from 255) = 40.29%

 BLUE value IS 25 (10.16% from 255) = 8.99%

R = 50.72%
G = 40.29%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8D7019 (or 0x8D7019) is known color: Yukon Gold. HEX triplet: 8D, 70 and 19. RGB value is (141,112,25). Sum of RGB (Red+Green+Blue) = 141+112+25=278 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.72% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7019 is #728FE6. Grayscale: #6F6F6F. Windows color (decimal): -7507943 or 1667213. OLE color: 1667213.

HSL color Cylindrical-coordinate representation of color #8D7019: hue angle of 45º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D7019 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 112 25 -
CMYK 0 0.21 0.82 0.45
HSL 45º 0.7% 0.33% -
HSV(B) 45º 0.82% 0.55% -
XYZ 16.95 17.32 3.37 -
YUV 110.75 79.61 149.57 -
System Red Green Blue C M Y K H S L
Decimal 141 112 25 0 0.21 0.82 0.45 45 0.7 0.33
Hex 8D 70 19 0 15 52 2D 2D 46 21
Octal 215 160 31 0 25 122 55 55 106 41
Binary 10001101 1110000 11001 0 10101 1010010 101101 101101 1000110 100001

Color Harmonies of #8D7019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7019

Black with #8D7019

Text Example


Text Example

White with #8D7019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D7019; }

 p { color: rgb(141,112,25); }

 H1.HeaderClassName
 {
   color: #8D7019;
 }
 .AnyTagClassName
 {
   color: #8D7019;
 }
</style>

background-color css

<style>
 a { background-color: #8D7019; }

 a { background-color: rgb(141,112,25); }

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

border-color css

<style>
 span { border-color: #8D7019; }

 span { border-color: rgb(141,112,25); }

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