Html Css Color HEX #806302 Yukon Gold

📋 copy color: '#806302'

red 128 ◦ green 99 ◦ blue 2

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

Shades of Yukon Gold #806302

Tints of Yukon Gold #806302

RGB

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

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

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

R = 55.9%
G = 43.23%
B = 0.87%

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

#806302 (or 0x806302) is known color: Yukon Gold. HEX triplet: 80, 63 and 02. RGB value is (128,99,2). Sum of RGB (Red+Green+Blue) = 128+99+2=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #806302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806302 is #7F9CFD. Grayscale: #616161. Windows color (decimal): -8363262 or 156544. OLE color: 156544.

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

Color convert

RGB 128 99 2 -
CMYK 0 0.23 0.98 0.50
HSL 46.19º 0.97% 0.25% -
HSV(B) 46.19º 0.98% 0.5% -
XYZ 13.37 13.52 1.96 -
YUV 96.61 74.61 150.39 -
System Red Green Blue C M Y K H S L
Decimal 128 99 2 0 0.23 0.98 0.50 46.19 0.97 0.25
Hex 80 63 2 0 17 62 32 2E 61 19
Octal 200 143 2 0 27 142 62 56 141 31
Binary 10000000 1100011 10 0 10111 1100010 110010 101110 1100001 11001

Color Harmonies of #806302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806302

Black with #806302

Text Example


Text Example

White with #806302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806302; }

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

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

background-color css

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

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

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

border-color css

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

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

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