#857214

Color #857214 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #857214

Tints of Yukon Gold #857214

Color information

#857214 (or 0x857214) is unknown color: approx Yukon Gold. HEX triplet: 85, 72 and 14. RGB value is (133,114,20). Sum of RGB (Red+Green+Blue) = 133+114+20=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #857214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857214 is #7A8DEB. Grayscale: #6D6D6D. Windows color (decimal): -8031724 or 1340037. OLE color: 1340037.

HSL color Cylindrical-coordinate representation of color #857214: hue angle of 49.91º 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 #857214 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB13311420-
CMYK00.140.850.48
HSL49.91º73.86%30%-
HSV(B)49.91º84.96%52.16%-
XYZ15.8217.073.12-
YUV108.9677.79145.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.81%
GREEN value IS 114 (44.92% from 255) = 42.70%
BLUE value IS 20 (8.20% from 255) = 7.49%
R=49.81%
G=42.70%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331142000.140.850.4849.9173.8630
Hex8572140E5530324a1e
Octal20516224016125606211236
Binary10000101111001010100011101010101110000110010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857214; }

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

 H1.HeaderClassName
 {
   color: #857214;
 }
 .AnyTagClassName
 {
   color: #857214;
 }
</style>
background-color css

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

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

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

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

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

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