Html Css Color HEX #807018 Yukon Gold

📋 copy color: '#807018'

red 128 ◦ green 112 ◦ blue 24

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

Shades of Yukon Gold #807018

Tints of Yukon Gold #807018

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.42%

 BLUE value IS 24 (9.77% from 255) = 9.09%

R = 48.48%
G = 42.42%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#807018 (or 0x807018) is known color: Yukon Gold. HEX triplet: 80, 70 and 18. RGB value is (128,112,24). Sum of RGB (Red+Green+Blue) = 128+112+24=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 24 (9.77% from 255 or 9.09% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #807018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807018 is #7F8FE7. Grayscale: #6B6B6B. Windows color (decimal): -8359912 or 1601664. OLE color: 1601664.

HSL color Cylindrical-coordinate representation of color #807018: hue angle of 50.77º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #807018 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 112 24 -
CMYK 0 0.12 0.81 0.50
HSL 50.77º 0.68% 0.3% -
HSV(B) 50.77º 0.81% 0.5% -
XYZ 14.86 16.24 3.22 -
YUV 106.75 81.3 143.16 -
System Red Green Blue C M Y K H S L
Decimal 128 112 24 0 0.12 0.81 0.50 50.77 0.68 0.3
Hex 80 70 18 0 C 51 32 33 44 1E
Octal 200 160 30 0 14 121 62 63 104 36
Binary 10000000 1110000 11000 0 1100 1010001 110010 110011 1000100 11110

Color Harmonies of #807018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807018

Black with #807018

Text Example


Text Example

White with #807018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807018; }

 p { color: rgb(128,112,24); }

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

background-color css

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

 a { background-color: rgb(128,112,24); }

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

border-color css

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

 span { border-color: rgb(128,112,24); }

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