Html Css Color HEX #887014 Yukon Gold

📋 copy color: '#887014'

red 136 ◦ green 112 ◦ blue 20

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

Shades of Yukon Gold #887014

Tints of Yukon Gold #887014

RGB

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

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

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

R = 50.75%
G = 41.79%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#887014 (or 0x887014) is known color: Yukon Gold. HEX triplet: 88, 70 and 14. RGB value is (136,112,20). Sum of RGB (Red+Green+Blue) = 136+112+20=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #887014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887014 is #778FEB. Grayscale: #6D6D6D. Windows color (decimal): -7835628 or 1339528. OLE color: 1339528.

HSL color Cylindrical-coordinate representation of color #887014: hue angle of 47.59º 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 #887014 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 112 20 -
CMYK 0 0.18 0.85 0.47
HSL 47.59º 0.74% 0.31% -
HSV(B) 47.59º 0.85% 0.53% -
XYZ 16.07 16.87 3.07 -
YUV 108.69 77.95 147.48 -
System Red Green Blue C M Y K H S L
Decimal 136 112 20 0 0.18 0.85 0.47 47.59 0.74 0.31
Hex 88 70 14 0 12 55 2F 30 4A 1F
Octal 210 160 24 0 22 125 57 60 112 37
Binary 10001000 1110000 10100 0 10010 1010101 101111 110000 1001010 11111

Color Harmonies of #887014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887014

Black with #887014

Text Example


Text Example

White with #887014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887014; }

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

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

background-color css

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

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

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

border-color css

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

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

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