#7D7018

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

Shades of Yukon Gold #7D7018

Tints of Yukon Gold #7D7018

Color information

#7D7018 (or 0x7D7018) is unknown color: approx Yukon Gold. HEX triplet: 7D, 70 and 18. RGB value is (125,112,24). Sum of RGB (Red+Green+Blue) = 125+112+24=261 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.89% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7018 is #828FE7. Grayscale: #6A6A6A. Windows color (decimal): -8556520 or 1601661. OLE color: 1601661.

HSL color Cylindrical-coordinate representation of color #7D7018: hue angle of 52.28º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7D7018 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.51.

Color convert

RGB12511224-
CMYK00.100.810.51
HSL52.28º67.79%29.22%-
HSV(B)52.28º80.8%49.02%-
XYZ14.4216.013.2-
YUV105.8681.81141.66-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 47.89%
GREEN value IS 112 (44.14% from 255) = 42.91%
BLUE value IS 24 (9.77% from 255) = 9.20%
R=47.89%
G=42.91%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.81
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251122400.100.810.5152.2867.7929.22
Hex7D70180A513334441d
Octal17516030012121636410435
Binary1111101111000011000010101010001110011110100100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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