Html Css Color HEX #7D6003 Yukon Gold

📋 copy color: '#7D6003'

red 125 ◦ green 96 ◦ blue 3

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

Shades of Yukon Gold #7D6003

Tints of Yukon Gold #7D6003

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.86%

 BLUE value IS 3 (1.56% from 255) = 1.34%

R = 55.8%
G = 42.86%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#7D6003 (or 0x7D6003) is known color: Yukon Gold. HEX triplet: 7D, 60 and 03. RGB value is (125,96,3). Sum of RGB (Red+Green+Blue) = 125+96+3=224 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.80% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6003 is #829FFC. Grayscale: #5E5E5E. Windows color (decimal): -8560637 or 221309. OLE color: 221309.

HSL color Cylindrical-coordinate representation of color #7D6003: hue angle of 45.74º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D6003 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 96 3 -
CMYK 0 0.23 0.98 0.51
HSL 45.74º 0.95% 0.25% -
HSV(B) 45.74º 0.98% 0.49% -
XYZ 12.66 12.73 1.88 -
YUV 94.07 76.61 150.06 -
System Red Green Blue C M Y K H S L
Decimal 125 96 3 0 0.23 0.98 0.51 45.74 0.95 0.25
Hex 7D 60 3 0 17 62 33 2E 5F 19
Octal 175 140 3 0 27 142 63 56 137 31
Binary 1111101 1100000 11 0 10111 1100010 110011 101110 1011111 11001

Color Harmonies of #7D6003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6003

Black with #7D6003

Text Example


Text Example

White with #7D6003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,96,3); }

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

background-color css

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

 a { background-color: rgb(125,96,3); }

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

border-color css

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

 span { border-color: rgb(125,96,3); }

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