Html Css Color HEX #816002 Yukon Gold

📋 copy color: '#816002'

red 129 ◦ green 96 ◦ blue 2

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

Shades of Yukon Gold #816002

Tints of Yukon Gold #816002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.88%

R = 56.83%
G = 42.29%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#816002 (or 0x816002) is known color: Yukon Gold. HEX triplet: 81, 60 and 02. RGB value is (129,96,2). Sum of RGB (Red+Green+Blue) = 129+96+2=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #816002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816002 is #7E9FFD. Grayscale: #5F5F5F. Windows color (decimal): -8298494 or 155777. OLE color: 155777.

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

Color convert

RGB 129 96 2 -
CMYK 0 0.26 0.98 0.49
HSL 44.41º 0.97% 0.26% -
HSV(B) 44.41º 0.98% 0.51% -
XYZ 13.25 13.04 1.88 -
YUV 95.15 75.43 152.14 -
System Red Green Blue C M Y K H S L
Decimal 129 96 2 0 0.26 0.98 0.49 44.41 0.97 0.26
Hex 81 60 2 0 1A 62 31 2C 61 1A
Octal 201 140 2 0 32 142 61 54 141 32
Binary 10000001 1100000 10 0 11010 1100010 110001 101100 1100001 11010

Color Harmonies of #816002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816002

Black with #816002

Text Example


Text Example

White with #816002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816002; }

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

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

background-color css

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

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

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

border-color css

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

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

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