Html Css Color HEX #887010 Yukon Gold

📋 copy color: '#887010'

red 136 ◦ green 112 ◦ blue 16

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

Shades of Yukon Gold #887010

Tints of Yukon Gold #887010

RGB

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

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

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

R = 51.52%
G = 42.42%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#887010 (or 0x887010) is known color: Yukon Gold. HEX triplet: 88, 70 and 10. RGB value is (136,112,16). Sum of RGB (Red+Green+Blue) = 136+112+16=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #887010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887010 is #778FEF. Grayscale: #6C6C6C. Windows color (decimal): -7835632 or 1077384. OLE color: 1077384.

HSL color Cylindrical-coordinate representation of color #887010: hue angle of 48º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #887010 is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 112 16 -
CMYK 0 0.18 0.88 0.47
HSL 48º 0.79% 0.3% -
HSV(B) 48º 0.88% 0.53% -
XYZ 16.04 16.86 2.9 -
YUV 108.23 75.95 147.81 -
System Red Green Blue C M Y K H S L
Decimal 136 112 16 0 0.18 0.88 0.47 48 0.79 0.3
Hex 88 70 10 0 12 58 2F 30 4F 1E
Octal 210 160 20 0 22 130 57 60 117 36
Binary 10001000 1110000 10000 0 10010 1011000 101111 110000 1001111 11110

Color Harmonies of #887010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887010

Black with #887010

Text Example


Text Example

White with #887010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887010; }

 p { color: rgb(136,112,16); }

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

background-color css

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

 a { background-color: rgb(136,112,16); }

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

border-color css

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

 span { border-color: rgb(136,112,16); }

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