Html Css Color HEX #826215 Yukon Gold

📋 copy color: '#826215'

red 130 ◦ green 98 ◦ blue 21

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

Shades of Yukon Gold #826215

Tints of Yukon Gold #826215

RGB

 RED value IS 130 (51.17% from 255) = 52.21%

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

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

R = 52.21%
G = 39.36%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#826215 (or 0x826215) is known color: Yukon Gold. HEX triplet: 82, 62 and 15. RGB value is (130,98,21). Sum of RGB (Red+Green+Blue) = 130+98+21=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #826215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826215 is #7D9DEA. Grayscale: #636363. Windows color (decimal): -8232427 or 1401474. OLE color: 1401474.

HSL color Cylindrical-coordinate representation of color #826215: hue angle of 42.39º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #826215 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 98 21 -
CMYK 0 0.25 0.84 0.49
HSL 42.39º 0.72% 0.3% -
HSV(B) 42.39º 0.84% 0.51% -
XYZ 13.71 13.54 2.6 -
YUV 98.79 84.1 150.26 -
System Red Green Blue C M Y K H S L
Decimal 130 98 21 0 0.25 0.84 0.49 42.39 0.72 0.3
Hex 82 62 15 0 19 54 31 2A 48 1E
Octal 202 142 25 0 31 124 61 52 110 36
Binary 10000010 1100010 10101 0 11001 1010100 110001 101010 1001000 11110

Color Harmonies of #826215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826215

Black with #826215

Text Example


Text Example

White with #826215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826215; }

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

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

background-color css

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

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

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

border-color css

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

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

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