Html Css Color HEX #816004 Yukon Gold

📋 copy color: '#816004'

red 129 ◦ green 96 ◦ blue 4

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

Shades of Yukon Gold #816004

Tints of Yukon Gold #816004

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.92%

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

R = 56.33%
G = 41.92%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#816004 (or 0x816004) is known color: Yukon Gold. HEX triplet: 81, 60 and 04. RGB value is (129,96,4). Sum of RGB (Red+Green+Blue) = 129+96+4=229 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.33% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 129 - color contains mainly: red. Hex color #816004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816004 is #7E9FFB. Grayscale: #5F5F5F. Windows color (decimal): -8298492 or 286849. OLE color: 286849.

HSL color Cylindrical-coordinate representation of color #816004: hue angle of 44.16º 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 #816004 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 96 4 -
CMYK 0 0.26 0.97 0.49
HSL 44.16º 0.94% 0.26% -
HSV(B) 44.16º 0.97% 0.51% -
XYZ 13.26 13.04 1.93 -
YUV 95.38 76.43 151.98 -
System Red Green Blue C M Y K H S L
Decimal 129 96 4 0 0.26 0.97 0.49 44.16 0.94 0.26
Hex 81 60 4 0 1A 61 31 2C 5E 1A
Octal 201 140 4 0 32 141 61 54 136 32
Binary 10000001 1100000 100 0 11010 1100001 110001 101100 1011110 11010

Color Harmonies of #816004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816004

Black with #816004

Text Example


Text Example

White with #816004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816004; }

 p { color: rgb(129,96,4); }

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

background-color css

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

 a { background-color: rgb(129,96,4); }

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

border-color css

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

 span { border-color: rgb(129,96,4); }

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