#7D6914

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

Shades of Yukon Gold #7D6914

Tints of Yukon Gold #7D6914

Color information

#7D6914 (or 0x7D6914) is unknown color: approx Yukon Gold. HEX triplet: 7D, 69 and 14. RGB value is (125,105,20). Sum of RGB (Red+Green+Blue) = 125+105+20=250 (33% of max value = 765). Red value is 125 (49.22% from 255 or 50% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6914 is #8296EB. Grayscale: #656565. Windows color (decimal): -8558316 or 1337725. OLE color: 1337725.

HSL color Cylindrical-coordinate representation of color #7D6914: hue angle of 48.57º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7D6914 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB12510520-
CMYK00.160.840.51
HSL48.57º72.41%28.43%-
HSV(B)48.57º84%49.02%-
XYZ13.6414.512.74-
YUV101.2982.13144.91-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 50%
GREEN value IS 105 (41.41% from 255) = 42%
BLUE value IS 20 (8.20% from 255) = 8%
R=50%
G=42%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251052000.160.840.5148.5772.4128.43
Hex7D6914010543331481c
Octal17515124020124636111034
Binary11111011101001101000100001010100110011110001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D6914; }

 p { color: rgb(125,105,20); }

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

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

 a { background-color: rgb(125,105,20); }

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

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

 span { border-color: rgb(125,105,20); }

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