Html Css Color HEX #88720E Yukon Gold

📋 copy color: '#88720E'

red 136 ◦ green 114 ◦ blue 14

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

Shades of Yukon Gold #88720E

Tints of Yukon Gold #88720E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.18%

 BLUE value IS 14 (5.86% from 255) = 5.3%

R = 51.52%
G = 43.18%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#88720E (or 0x88720E) is known color: Yukon Gold. HEX triplet: 88, 72 and 0E. RGB value is (136,114,14). Sum of RGB (Red+Green+Blue) = 136+114+14=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #88720E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88720E is #778DF1. Grayscale: #6D6D6D. Windows color (decimal): -7835122 or 946824. OLE color: 946824.

HSL color Cylindrical-coordinate representation of color #88720E: hue angle of 49.18º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88720E is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 114 14 -
CMYK 0 0.16 0.90 0.47
HSL 49.18º 0.81% 0.29% -
HSV(B) 49.18º 0.9% 0.53% -
XYZ 16.25 17.3 2.9 -
YUV 109.18 74.29 147.13 -
System Red Green Blue C M Y K H S L
Decimal 136 114 14 0 0.16 0.90 0.47 49.18 0.81 0.29
Hex 88 72 E 0 10 5A 2F 31 51 1D
Octal 210 162 16 0 20 132 57 61 121 35
Binary 10001000 1110010 1110 0 10000 1011010 101111 110001 1010001 11101

Color Harmonies of #88720E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88720E

Black with #88720E

Text Example


Text Example

White with #88720E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88720E; }

 p { color: rgb(136,114,14); }

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

background-color css

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

 a { background-color: rgb(136,114,14); }

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

border-color css

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

 span { border-color: rgb(136,114,14); }

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