Html Css Color HEX #806303 Yukon Gold

📋 copy color: '#806303'

red 128 ◦ green 99 ◦ blue 3

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

Shades of Yukon Gold #806303

Tints of Yukon Gold #806303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.3%

R = 55.65%
G = 43.04%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#806303 (or 0x806303) is known color: Yukon Gold. HEX triplet: 80, 63 and 03. RGB value is (128,99,3). Sum of RGB (Red+Green+Blue) = 128+99+3=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #806303 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806303 is #7F9CFC. Grayscale: #616161. Windows color (decimal): -8363261 or 222080. OLE color: 222080.

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

Color convert

RGB 128 99 3 -
CMYK 0 0.23 0.98 0.50
HSL 46.08º 0.95% 0.26% -
HSV(B) 46.08º 0.98% 0.5% -
XYZ 13.38 13.52 1.99 -
YUV 96.73 75.11 150.31 -
System Red Green Blue C M Y K H S L
Decimal 128 99 3 0 0.23 0.98 0.50 46.08 0.95 0.26
Hex 80 63 3 0 17 62 32 2E 5F 1A
Octal 200 143 3 0 27 142 62 56 137 32
Binary 10000000 1100011 11 0 10111 1100010 110010 101110 1011111 11010

Color Harmonies of #806303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806303

Black with #806303

Text Example


Text Example

White with #806303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806303; }

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

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

background-color css

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

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

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

border-color css

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

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

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