Html Css Color HEX #88701C Yukon Gold

📋 copy color: '#88701C'

red 136 ◦ green 112 ◦ blue 28

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

Shades of Yukon Gold #88701C

Tints of Yukon Gold #88701C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.14%

R = 49.28%
G = 40.58%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#88701C (or 0x88701C) is known color: Yukon Gold. HEX triplet: 88, 70 and 1C. RGB value is (136,112,28). Sum of RGB (Red+Green+Blue) = 136+112+28=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #88701C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88701C is #778FE3. Grayscale: #6D6D6D. Windows color (decimal): -7835620 or 1863816. OLE color: 1863816.

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

Color convert

RGB 136 112 28 -
CMYK 0 0.18 0.79 0.47
HSL 46.67º 0.66% 0.32% -
HSV(B) 46.67º 0.79% 0.53% -
XYZ 16.16 16.91 3.51 -
YUV 109.6 81.95 146.83 -
System Red Green Blue C M Y K H S L
Decimal 136 112 28 0 0.18 0.79 0.47 46.67 0.66 0.32
Hex 88 70 1C 0 12 4F 2F 2F 42 20
Octal 210 160 34 0 22 117 57 57 102 40
Binary 10001000 1110000 11100 0 10010 1001111 101111 101111 1000010 100000

Color Harmonies of #88701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88701C

Black with #88701C

Text Example


Text Example

White with #88701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88701C; }

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

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

background-color css

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

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

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

border-color css

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

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

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