Html Css Color HEX #857014 Yukon Gold

📋 copy color: '#857014'

red 133 ◦ green 112 ◦ blue 20

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

Shades of Yukon Gold #857014

Tints of Yukon Gold #857014

RGB

 RED value IS 133 (52.34% from 255) = 50.19%

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

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

R = 50.19%
G = 42.26%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#857014 (or 0x857014) is known color: Yukon Gold. HEX triplet: 85, 70 and 14. RGB value is (133,112,20). Sum of RGB (Red+Green+Blue) = 133+112+20=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #857014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857014 is #7A8FEB. Grayscale: #6C6C6C. Windows color (decimal): -8032236 or 1339525. OLE color: 1339525.

HSL color Cylindrical-coordinate representation of color #857014: hue angle of 48.85º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #857014 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 112 20 -
CMYK 0 0.16 0.85 0.48
HSL 48.85º 0.74% 0.3% -
HSV(B) 48.85º 0.85% 0.52% -
XYZ 15.59 16.63 3.05 -
YUV 107.79 78.46 145.98 -
System Red Green Blue C M Y K H S L
Decimal 133 112 20 0 0.16 0.85 0.48 48.85 0.74 0.3
Hex 85 70 14 0 10 55 30 31 4A 1E
Octal 205 160 24 0 20 125 60 61 112 36
Binary 10000101 1110000 10100 0 10000 1010101 110000 110001 1001010 11110

Color Harmonies of #857014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857014

Black with #857014

Text Example


Text Example

White with #857014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857014; }

 p { color: rgb(133,112,20); }

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

background-color css

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

 a { background-color: rgb(133,112,20); }

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

border-color css

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

 span { border-color: rgb(133,112,20); }

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