Html Css Color HEX #886314 Yukon Gold

📋 copy color: '#886314'

red 136 ◦ green 99 ◦ blue 20

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

Shades of Yukon Gold #886314

Tints of Yukon Gold #886314

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.82%

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

R = 53.33%
G = 38.82%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#886314 (or 0x886314) is known color: Yukon Gold. HEX triplet: 88, 63 and 14. RGB value is (136,99,20). Sum of RGB (Red+Green+Blue) = 136+99+20=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #886314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886314 is #779CEB. Grayscale: #656565. Windows color (decimal): -7838956 or 1336200. OLE color: 1336200.

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

Color convert

RGB 136 99 20 -
CMYK 0 0.27 0.85 0.47
HSL 40.86º 0.74% 0.31% -
HSV(B) 40.86º 0.85% 0.53% -
XYZ 14.74 14.21 2.63 -
YUV 101.06 82.26 152.92 -
System Red Green Blue C M Y K H S L
Decimal 136 99 20 0 0.27 0.85 0.47 40.86 0.74 0.31
Hex 88 63 14 0 1B 55 2F 29 4A 1F
Octal 210 143 24 0 33 125 57 51 112 37
Binary 10001000 1100011 10100 0 11011 1010101 101111 101001 1001010 11111

Color Harmonies of #886314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886314

Black with #886314

Text Example


Text Example

White with #886314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886314; }

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

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

background-color css

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

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

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

border-color css

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

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

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