Html Css Color HEX #7D7014 Yukon Gold

📋 copy color: '#7D7014'

red 125 ◦ green 112 ◦ blue 20

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

Shades of Yukon Gold #7D7014

Tints of Yukon Gold #7D7014

RGB

 RED value IS 125 (49.22% from 255) = 48.64%

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

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

R = 48.64%
G = 43.58%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#7D7014 (or 0x7D7014) is known color: Yukon Gold. HEX triplet: 7D, 70 and 14. RGB value is (125,112,20). Sum of RGB (Red+Green+Blue) = 125+112+20=257 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.64% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7014 is #828FEB. Grayscale: #696969. Windows color (decimal): -8556524 or 1339517. OLE color: 1339517.

HSL color Cylindrical-coordinate representation of color #7D7014: hue angle of 52.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 #7D7014 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 112 20 -
CMYK 0 0.10 0.84 0.51
HSL 52.57º 0.72% 0.28% -
HSV(B) 52.57º 0.84% 0.49% -
XYZ 14.38 16 2.99 -
YUV 105.4 79.81 141.98 -
System Red Green Blue C M Y K H S L
Decimal 125 112 20 0 0.10 0.84 0.51 52.57 0.72 0.28
Hex 7D 70 14 0 A 54 33 35 48 1C
Octal 175 160 24 0 12 124 63 65 110 34
Binary 1111101 1110000 10100 0 1010 1010100 110011 110101 1001000 11100

Color Harmonies of #7D7014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7014

Black with #7D7014

Text Example


Text Example

White with #7D7014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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