Html Css Color HEX #816210 Yukon Gold

📋 copy color: '#816210'

red 129 ◦ green 98 ◦ blue 16

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

Shades of Yukon Gold #816210

Tints of Yukon Gold #816210

RGB

 RED value IS 129 (50.78% from 255) = 53.09%

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

 BLUE value IS 16 (6.64% from 255) = 6.58%

R = 53.09%
G = 40.33%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#816210 (or 0x816210) is known color: Yukon Gold. HEX triplet: 81, 62 and 10. RGB value is (129,98,16). Sum of RGB (Red+Green+Blue) = 129+98+16=243 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.09% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 129 - color contains mainly: red. Hex color #816210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816210 is #7E9DEF. Grayscale: #626262. Windows color (decimal): -8297968 or 1073793. OLE color: 1073793.

HSL color Cylindrical-coordinate representation of color #816210: hue angle of 43.54º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #816210 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 98 16 -
CMYK 0 0.24 0.88 0.49
HSL 43.54º 0.78% 0.28% -
HSV(B) 43.54º 0.88% 0.51% -
XYZ 13.51 13.44 2.37 -
YUV 97.92 81.77 150.17 -
System Red Green Blue C M Y K H S L
Decimal 129 98 16 0 0.24 0.88 0.49 43.54 0.78 0.28
Hex 81 62 10 0 18 58 31 2C 4E 1C
Octal 201 142 20 0 30 130 61 54 116 34
Binary 10000001 1100010 10000 0 11000 1011000 110001 101100 1001110 11100

Color Harmonies of #816210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816210

Black with #816210

Text Example


Text Example

White with #816210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816210; }

 p { color: rgb(129,98,16); }

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

background-color css

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

 a { background-color: rgb(129,98,16); }

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

border-color css

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

 span { border-color: rgb(129,98,16); }

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