Html Css Color HEX #816001 Yukon Gold

📋 copy color: '#816001'

red 129 ◦ green 96 ◦ blue 1

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

Shades of Yukon Gold #816001

Tints of Yukon Gold #816001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 57.08%
G = 42.48%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#816001 (or 0x816001) is known color: Yukon Gold. HEX triplet: 81, 60 and 01. RGB value is (129,96,1). Sum of RGB (Red+Green+Blue) = 129+96+1=226 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.08% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 129 - color contains mainly: red. Hex color #816001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816001 is #7E9FFE. Grayscale: #5F5F5F. Windows color (decimal): -8298495 or 90241. OLE color: 90241.

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

Color convert

RGB 129 96 1 -
CMYK 0 0.26 0.99 0.49
HSL 44.53º 0.98% 0.25% -
HSV(B) 44.53º 0.99% 0.51% -
XYZ 13.24 13.04 1.85 -
YUV 95.04 74.93 152.22 -
System Red Green Blue C M Y K H S L
Decimal 129 96 1 0 0.26 0.99 0.49 44.53 0.98 0.25
Hex 81 60 1 0 1A 63 31 2D 62 19
Octal 201 140 1 0 32 143 61 55 142 31
Binary 10000001 1100000 1 0 11010 1100011 110001 101101 1100010 11001

Color Harmonies of #816001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816001

Black with #816001

Text Example


Text Example

White with #816001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816001; }

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

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

background-color css

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

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

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

border-color css

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

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

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