Html Css Color HEX #806300 Yukon Gold

📋 copy color: '#806300'

red 128 ◦ green 99 ◦ blue 0

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

Shades of Yukon Gold #806300

Tints of Yukon Gold #806300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.39%
G = 43.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#806300 (or 0x806300) is known color: Yukon Gold. HEX triplet: 80, 63 and 00. RGB value is (128,99,0). Sum of RGB (Red+Green+Blue) = 128+99+0=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #806300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806300 is #7F9CFF. Grayscale: #606060. Windows color (decimal): -8363264 or 25472. OLE color: 25472.

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

Color convert

RGB 128 99 0 -
CMYK 0 0.23 1 0.50
HSL 46.41º 1% 0.25% -
HSV(B) 46.41º 1% 0.5% -
XYZ 13.36 13.51 1.9 -
YUV 96.39 73.61 150.55 -
System Red Green Blue C M Y K H S L
Decimal 128 99 0 0 0.23 1 0.50 46.41 1 0.25
Hex 80 63 0 0 17 64 32 2E 64 19
Octal 200 143 0 0 27 144 62 56 144 31
Binary 10000000 1100011 0 0 10111 1100100 110010 101110 1100100 11001

Color Harmonies of #806300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806300

Black with #806300

Text Example


Text Example

White with #806300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806300; }

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

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

background-color css

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

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

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

border-color css

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

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

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