Html Css Color HEX #80630C Yukon Gold

📋 copy color: '#80630C'

red 128 ◦ green 99 ◦ blue 12

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

Shades of Yukon Gold #80630C

Tints of Yukon Gold #80630C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.02%

R = 53.56%
G = 41.42%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#80630C (or 0x80630C) is known color: Yukon Gold. HEX triplet: 80, 63 and 0C. RGB value is (128,99,12). Sum of RGB (Red+Green+Blue) = 128+99+12=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #80630C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80630C is #7F9CF3. Grayscale: #626262. Windows color (decimal): -8363252 or 811904. OLE color: 811904.

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

Color convert

RGB 128 99 12 -
CMYK 0 0.23 0.91 0.50
HSL 45º 0.83% 0.27% -
HSV(B) 45º 0.91% 0.5% -
XYZ 13.43 13.54 2.25 -
YUV 97.75 79.61 149.57 -
System Red Green Blue C M Y K H S L
Decimal 128 99 12 0 0.23 0.91 0.50 45 0.83 0.27
Hex 80 63 C 0 17 5B 32 2D 53 1B
Octal 200 143 14 0 27 133 62 55 123 33
Binary 10000000 1100011 1100 0 10111 1011011 110010 101101 1010011 11011

Color Harmonies of #80630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80630C

Black with #80630C

Text Example


Text Example

White with #80630C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80630C; }

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

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

background-color css

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

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

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

border-color css

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

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

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