Html Css Color HEX #7D6211 Yukon Gold

📋 copy color: '#7D6211'

red 125 ◦ green 98 ◦ blue 17

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

Shades of Yukon Gold #7D6211

Tints of Yukon Gold #7D6211

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.83%

 BLUE value IS 17 (7.03% from 255) = 7.08%

R = 52.08%
G = 40.83%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7D6211 (or 0x7D6211) is known color: Yukon Gold. HEX triplet: 7D, 62 and 11. RGB value is (125,98,17). Sum of RGB (Red+Green+Blue) = 125+98+17=240 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.08% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6211 is #829DEE. Grayscale: #616161. Windows color (decimal): -8560111 or 1139325. OLE color: 1139325.

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

Color convert

RGB 125 98 17 -
CMYK 0 0.22 0.86 0.51
HSL 45º 0.76% 0.28% -
HSV(B) 45º 0.86% 0.49% -
XYZ 12.93 13.14 2.38 -
YUV 96.84 82.95 148.09 -
System Red Green Blue C M Y K H S L
Decimal 125 98 17 0 0.22 0.86 0.51 45 0.76 0.28
Hex 7D 62 11 0 16 56 33 2D 4C 1C
Octal 175 142 21 0 26 126 63 55 114 34
Binary 1111101 1100010 10001 0 10110 1010110 110011 101101 1001100 11100

Color Harmonies of #7D6211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6211

Black with #7D6211

Text Example


Text Example

White with #7D6211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,98,17); }

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

background-color css

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

 a { background-color: rgb(125,98,17); }

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

border-color css

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

 span { border-color: rgb(125,98,17); }

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