Html Css Color HEX #8D701B Yukon Gold

📋 copy color: '#8D701B'

red 141 ◦ green 112 ◦ blue 27

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

Shades of Yukon Gold #8D701B

Tints of Yukon Gold #8D701B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.64%

R = 50.36%
G = 40%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8D701B (or 0x8D701B) is known color: Yukon Gold. HEX triplet: 8D, 70 and 1B. RGB value is (141,112,27). Sum of RGB (Red+Green+Blue) = 141+112+27=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D701B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D701B is #728FE4. Grayscale: #6F6F6F. Windows color (decimal): -7507941 or 1798285. OLE color: 1798285.

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

Color convert

RGB 141 112 27 -
CMYK 0 0.21 0.81 0.45
HSL 44.74º 0.68% 0.33% -
HSV(B) 44.74º 0.81% 0.55% -
XYZ 16.98 17.33 3.49 -
YUV 110.98 80.61 149.41 -
System Red Green Blue C M Y K H S L
Decimal 141 112 27 0 0.21 0.81 0.45 44.74 0.68 0.33
Hex 8D 70 1B 0 15 51 2D 2D 44 21
Octal 215 160 33 0 25 121 55 55 104 41
Binary 10001101 1110000 11011 0 10101 1010001 101101 101101 1000100 100001

Color Harmonies of #8D701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D701B

Black with #8D701B

Text Example


Text Example

White with #8D701B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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