Html Css Color HEX #786014 Yukon Gold

📋 copy color: '#786014'

red 120 ◦ green 96 ◦ blue 20

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

Shades of Yukon Gold #786014

Tints of Yukon Gold #786014

RGB

 RED value IS 120 (47.27% from 255) = 50.85%

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

 BLUE value IS 20 (8.2% from 255) = 8.47%

R = 50.85%
G = 40.68%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#786014 (or 0x786014) is known color: Yukon Gold. HEX triplet: 78, 60 and 14. RGB value is (120,96,20). Sum of RGB (Red+Green+Blue) = 120+96+20=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #786014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786014 is #879FEB. Grayscale: #5E5E5E. Windows color (decimal): -8888300 or 1335416. OLE color: 1335416.

HSL color Cylindrical-coordinate representation of color #786014: hue angle of 45.6º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #786014 is Cyan = 0, Magento = 0.2, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 96 20 -
CMYK 0 0.2 0.83 0.53
HSL 45.6º 0.71% 0.27% -
HSV(B) 45.6º 0.83% 0.47% -
XYZ 12.05 12.41 2.42 -
YUV 94.51 85.95 146.18 -
System Red Green Blue C M Y K H S L
Decimal 120 96 20 0 0.2 0.83 0.53 45.6 0.71 0.27
Hex 78 60 14 0 14 53 35 2E 47 1B
Octal 170 140 24 0 24 123 65 56 107 33
Binary 1111000 1100000 10100 0 10100 1010011 110101 101110 1000111 11011

Color Harmonies of #786014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786014

Black with #786014

Text Example


Text Example

White with #786014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786014; }

 p { color: rgb(120,96,20); }

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

background-color css

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

 a { background-color: rgb(120,96,20); }

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

border-color css

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

 span { border-color: rgb(120,96,20); }

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