Html Css Color HEX #816215 Yukon Gold

📋 copy color: '#816215'

red 129 ◦ green 98 ◦ blue 21

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

Shades of Yukon Gold #816215

Tints of Yukon Gold #816215

RGB

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

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

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

R = 52.02%
G = 39.52%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#816215 (or 0x816215) is known color: Yukon Gold. HEX triplet: 81, 62 and 15. RGB value is (129,98,21). Sum of RGB (Red+Green+Blue) = 129+98+21=248 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.02% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 129 - color contains mainly: red. Hex color #816215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816215 is #7E9DEA. Grayscale: #626262. Windows color (decimal): -8297963 or 1401473. OLE color: 1401473.

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

Color convert

RGB 129 98 21 -
CMYK 0 0.24 0.84 0.49
HSL 42.78º 0.72% 0.29% -
HSV(B) 42.78º 0.84% 0.51% -
XYZ 13.56 13.46 2.59 -
YUV 98.49 84.27 149.76 -
System Red Green Blue C M Y K H S L
Decimal 129 98 21 0 0.24 0.84 0.49 42.78 0.72 0.29
Hex 81 62 15 0 18 54 31 2B 48 1D
Octal 201 142 25 0 30 124 61 53 110 35
Binary 10000001 1100010 10101 0 11000 1010100 110001 101011 1001000 11101

Color Harmonies of #816215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816215

Black with #816215

Text Example


Text Example

White with #816215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816215; }

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

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

background-color css

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

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

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

border-color css

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

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

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