Html Css Color HEX #886019 Yukon Gold

📋 copy color: '#886019'

red 136 ◦ green 96 ◦ blue 25

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

Shades of Yukon Gold #886019

Tints of Yukon Gold #886019

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.35%

 BLUE value IS 25 (10.16% from 255) = 9.73%

R = 52.92%
G = 37.35%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#886019 (or 0x886019) is known color: Yukon Gold. HEX triplet: 88, 60 and 19. RGB value is (136,96,25). Sum of RGB (Red+Green+Blue) = 136+96+25=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #886019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886019 is #779FE6. Grayscale: #646464. Windows color (decimal): -7839719 or 1663112. OLE color: 1663112.

HSL color Cylindrical-coordinate representation of color #886019: hue angle of 38.38º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #886019 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 96 25 -
CMYK 0 0.29 0.82 0.47
HSL 38.38º 0.69% 0.32% -
HSV(B) 38.38º 0.82% 0.53% -
XYZ 14.51 13.67 2.79 -
YUV 99.87 85.75 153.77 -
System Red Green Blue C M Y K H S L
Decimal 136 96 25 0 0.29 0.82 0.47 38.38 0.69 0.32
Hex 88 60 19 0 1D 52 2F 26 45 20
Octal 210 140 31 0 35 122 57 46 105 40
Binary 10001000 1100000 11001 0 11101 1010010 101111 100110 1000101 100000

Color Harmonies of #886019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886019

Black with #886019

Text Example


Text Example

White with #886019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886019; }

 p { color: rgb(136,96,25); }

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

background-color css

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

 a { background-color: rgb(136,96,25); }

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

border-color css

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

 span { border-color: rgb(136,96,25); }

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