Html Css Color HEX #816312 Yukon Gold

📋 copy color: '#816312'

red 129 ◦ green 99 ◦ blue 18

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

Shades of Yukon Gold #816312

Tints of Yukon Gold #816312

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.24%

 BLUE value IS 18 (7.42% from 255) = 7.32%

R = 52.44%
G = 40.24%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#816312 (or 0x816312) is known color: Yukon Gold. HEX triplet: 81, 63 and 12. RGB value is (129,99,18). Sum of RGB (Red+Green+Blue) = 129+99+18=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #816312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816312 is #7E9CED. Grayscale: #636363. Windows color (decimal): -8297710 or 1205121. OLE color: 1205121.

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

Color convert

RGB 129 99 18 -
CMYK 0 0.23 0.86 0.49
HSL 43.78º 0.76% 0.29% -
HSV(B) 43.78º 0.86% 0.51% -
XYZ 13.62 13.63 2.49 -
YUV 98.74 82.44 149.59 -
System Red Green Blue C M Y K H S L
Decimal 129 99 18 0 0.23 0.86 0.49 43.78 0.76 0.29
Hex 81 63 12 0 17 56 31 2C 4C 1D
Octal 201 143 22 0 27 126 61 54 114 35
Binary 10000001 1100011 10010 0 10111 1010110 110001 101100 1001100 11101

Color Harmonies of #816312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816312

Black with #816312

Text Example


Text Example

White with #816312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816312; }

 p { color: rgb(129,99,18); }

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

background-color css

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

 a { background-color: rgb(129,99,18); }

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

border-color css

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

 span { border-color: rgb(129,99,18); }

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