Html Css Color HEX #80600D Yukon Gold

📋 copy color: '#80600D'

red 128 ◦ green 96 ◦ blue 13

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

Shades of Yukon Gold #80600D

Tints of Yukon Gold #80600D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.51%

 BLUE value IS 13 (5.47% from 255) = 5.49%

R = 54.01%
G = 40.51%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.50

RGB Variations

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

Color information

#80600D (or 0x80600D) is known color: Yukon Gold. HEX triplet: 80, 60 and 0D. RGB value is (128,96,13). Sum of RGB (Red+Green+Blue) = 128+96+13=237 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.01% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 128 - color contains mainly: red. Hex color #80600D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80600D is #7F9FF2. Grayscale: #606060. Windows color (decimal): -8364019 or 876672. OLE color: 876672.

HSL color Cylindrical-coordinate representation of color #80600D: hue angle of 43.3º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80600D is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 96 13 -
CMYK 0 0.25 0.90 0.50
HSL 43.3º 0.82% 0.28% -
HSV(B) 43.3º 0.9% 0.5% -
XYZ 13.16 12.98 2.19 -
YUV 96.11 81.1 150.75 -
System Red Green Blue C M Y K H S L
Decimal 128 96 13 0 0.25 0.90 0.50 43.3 0.82 0.28
Hex 80 60 D 0 19 5A 32 2B 52 1C
Octal 200 140 15 0 31 132 62 53 122 34
Binary 10000000 1100000 1101 0 11001 1011010 110010 101011 1010010 11100

Color Harmonies of #80600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80600D

Black with #80600D

Text Example


Text Example

White with #80600D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80600D; }

 p { color: rgb(128,96,13); }

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

background-color css

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

 a { background-color: rgb(128,96,13); }

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

border-color css

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

 span { border-color: rgb(128,96,13); }

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