Html Css Color HEX #886215 Yukon Gold

📋 copy color: '#886215'

red 136 ◦ green 98 ◦ blue 21

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

Shades of Yukon Gold #886215

Tints of Yukon Gold #886215

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.43%

 BLUE value IS 21 (8.59% from 255) = 8.24%

R = 53.33%
G = 38.43%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#886215 (or 0x886215) is known color: Yukon Gold. HEX triplet: 88, 62 and 15. RGB value is (136,98,21). Sum of RGB (Red+Green+Blue) = 136+98+21=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #886215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886215 is #779DEA. Grayscale: #646464. Windows color (decimal): -7839211 or 1401480. OLE color: 1401480.

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

Color convert

RGB 136 98 21 -
CMYK 0 0.28 0.85 0.47
HSL 40.17º 0.73% 0.31% -
HSV(B) 40.17º 0.85% 0.53% -
XYZ 14.66 14.02 2.64 -
YUV 100.58 83.09 153.26 -
System Red Green Blue C M Y K H S L
Decimal 136 98 21 0 0.28 0.85 0.47 40.17 0.73 0.31
Hex 88 62 15 0 1C 55 2F 28 49 1F
Octal 210 142 25 0 34 125 57 50 111 37
Binary 10001000 1100010 10101 0 11100 1010101 101111 101000 1001001 11111

Color Harmonies of #886215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886215

Black with #886215

Text Example


Text Example

White with #886215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886215; }

 p { color: rgb(136,98,21); }

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

background-color css

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

 a { background-color: rgb(136,98,21); }

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

border-color css

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

 span { border-color: rgb(136,98,21); }

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