Html Css Color HEX #886D14 Yukon Gold

📋 copy color: '#886D14'

red 136 ◦ green 109 ◦ blue 20

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

Shades of Yukon Gold #886D14

Tints of Yukon Gold #886D14

RGB

 RED value IS 136 (53.52% from 255) = 51.32%

 GREEN value IS 109 (42.97% from 255) = 41.13%

 BLUE value IS 20 (8.2% from 255) = 7.55%

R = 51.32%
G = 41.13%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#886D14 (or 0x886D14) is known color: Yukon Gold. HEX triplet: 88, 6D and 14. RGB value is (136,109,20). Sum of RGB (Red+Green+Blue) = 136+109+20=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 109 (42.97% from 255 or 41.13% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #886D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886D14 is #7792EB. Grayscale: #6B6B6B. Windows color (decimal): -7836396 or 1338760. OLE color: 1338760.

HSL color Cylindrical-coordinate representation of color #886D14: hue angle of 46.03º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #886D14 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 109 20 -
CMYK 0 0.20 0.85 0.47
HSL 46.03º 0.74% 0.31% -
HSV(B) 46.03º 0.85% 0.53% -
XYZ 15.75 16.22 2.96 -
YUV 106.93 78.95 148.74 -
System Red Green Blue C M Y K H S L
Decimal 136 109 20 0 0.20 0.85 0.47 46.03 0.74 0.31
Hex 88 6D 14 0 14 55 2F 2E 4A 1F
Octal 210 155 24 0 24 125 57 56 112 37
Binary 10001000 1101101 10100 0 10100 1010101 101111 101110 1001010 11111

Color Harmonies of #886D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886D14

Black with #886D14

Text Example


Text Example

White with #886D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886D14; }

 p { color: rgb(136,109,20); }

 H1.HeaderClassName
 {
   color: #886D14;
 }
 .AnyTagClassName
 {
   color: #886D14;
 }
</style>

background-color css

<style>
 a { background-color: #886D14; }

 a { background-color: rgb(136,109,20); }

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

border-color css

<style>
 span { border-color: #886D14; }

 span { border-color: rgb(136,109,20); }

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