Html Css Color HEX #806223 Yukon Gold

📋 copy color: '#806223'

red 128 ◦ green 98 ◦ blue 35

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

Shades of Yukon Gold #806223

Tints of Yukon Gold #806223

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.55%

 BLUE value IS 35 (14.06% from 255) = 13.41%

R = 49.04%
G = 37.55%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#806223 (or 0x806223) is known color: Yukon Gold. HEX triplet: 80, 62 and 23. RGB value is (128,98,35). Sum of RGB (Red+Green+Blue) = 128+98+35=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #806223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806223 is #7F9DDC. Grayscale: #646464. Windows color (decimal): -8363485 or 2318976. OLE color: 2318976.

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

Color convert

RGB 128 98 35 -
CMYK 0 0.23 0.73 0.50
HSL 40.65º 0.57% 0.32% -
HSV(B) 40.65º 0.73% 0.5% -
XYZ 13.57 13.45 3.47 -
YUV 99.79 91.44 148.12 -
System Red Green Blue C M Y K H S L
Decimal 128 98 35 0 0.23 0.73 0.50 40.65 0.57 0.32
Hex 80 62 23 0 17 49 32 29 39 20
Octal 200 142 43 0 27 111 62 51 71 40
Binary 10000000 1100010 100011 0 10111 1001001 110010 101001 111001 100000

Color Harmonies of #806223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806223

Black with #806223

Text Example


Text Example

White with #806223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806223; }

 p { color: rgb(128,98,35); }

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

background-color css

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

 a { background-color: rgb(128,98,35); }

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

border-color css

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

 span { border-color: rgb(128,98,35); }

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