Html Css Color HEX #826704 Yukon Gold

📋 copy color: '#826704'

red 130 ◦ green 103 ◦ blue 4

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

Shades of Yukon Gold #826704

Tints of Yukon Gold #826704

RGB

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

 GREEN value IS 103 (40.63% from 255) = 43.46%

 BLUE value IS 4 (1.95% from 255) = 1.69%

R = 54.85%
G = 43.46%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#826704 (or 0x826704) is known color: Yukon Gold. HEX triplet: 82, 67 and 04. RGB value is (130,103,4). Sum of RGB (Red+Green+Blue) = 130+103+4=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 103 (40.62% from 255 or 43.46% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #826704 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826704 is #7D98FB. Grayscale: #646464. Windows color (decimal): -8231164 or 288642. OLE color: 288642.

HSL color Cylindrical-coordinate representation of color #826704: hue angle of 47.14º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #826704 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 103 4 -
CMYK 0 0.21 0.97 0.49
HSL 47.14º 0.94% 0.26% -
HSV(B) 47.14º 0.97% 0.51% -
XYZ 14.08 14.46 2.16 -
YUV 99.79 73.95 149.55 -
System Red Green Blue C M Y K H S L
Decimal 130 103 4 0 0.21 0.97 0.49 47.14 0.94 0.26
Hex 82 67 4 0 15 61 31 2F 5E 1A
Octal 202 147 4 0 25 141 61 57 136 32
Binary 10000010 1100111 100 0 10101 1100001 110001 101111 1011110 11010

Color Harmonies of #826704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826704

Black with #826704

Text Example


Text Example

White with #826704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826704; }

 p { color: rgb(130,103,4); }

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

background-color css

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

 a { background-color: rgb(130,103,4); }

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

border-color css

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

 span { border-color: rgb(130,103,4); }

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