Html Css Color HEX #806301 Yukon Gold

📋 copy color: '#806301'

red 128 ◦ green 99 ◦ blue 1

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

Shades of Yukon Gold #806301

Tints of Yukon Gold #806301

RGB

 RED value IS 128 (50.39% from 255) = 56.14%

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

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

R = 56.14%
G = 43.42%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#806301 (or 0x806301) is known color: Yukon Gold. HEX triplet: 80, 63 and 01. RGB value is (128,99,1). Sum of RGB (Red+Green+Blue) = 128+99+1=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #806301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806301 is #7F9CFE. Grayscale: #606060. Windows color (decimal): -8363263 or 91008. OLE color: 91008.

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

Color convert

RGB 128 99 1 -
CMYK 0 0.23 0.99 0.50
HSL 46.3º 0.98% 0.25% -
HSV(B) 46.3º 0.99% 0.5% -
XYZ 13.37 13.52 1.93 -
YUV 96.5 74.11 150.47 -
System Red Green Blue C M Y K H S L
Decimal 128 99 1 0 0.23 0.99 0.50 46.3 0.98 0.25
Hex 80 63 1 0 17 63 32 2E 62 19
Octal 200 143 1 0 27 143 62 56 142 31
Binary 10000000 1100011 1 0 10111 1100011 110010 101110 1100010 11001

Color Harmonies of #806301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806301

Black with #806301

Text Example


Text Example

White with #806301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806301; }

 p { color: rgb(128,99,1); }

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

background-color css

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

 a { background-color: rgb(128,99,1); }

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

border-color css

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

 span { border-color: rgb(128,99,1); }

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