Html Css Color HEX #9D7C03 Dark Goldenrod

📋 copy color: '#9D7C03'

red 157 ◦ green 124 ◦ blue 3

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

Shades of Dark Goldenrod #9D7C03

Tints of Dark Goldenrod #9D7C03

RGB

 RED value IS 157 (61.72% from 255) = 55.28%

 GREEN value IS 124 (48.83% from 255) = 43.66%

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

R = 55.28%
G = 43.66%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.38

RGB Variations

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

Color information

#9D7C03 (or 0x9D7C03) is known color: Dark Goldenrod. HEX triplet: 9D, 7C and 03. RGB value is (157,124,3). Sum of RGB (Red+Green+Blue) = 157+124+3=284 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.28% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7C03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7C03 is #6283FC. Grayscale: #787878. Windows color (decimal): -6456317 or 228509. OLE color: 228509.

HSL color Cylindrical-coordinate representation of color #9D7C03: hue angle of 47.14º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9D7C03 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 124 3 -
CMYK 0 0.21 0.98 0.38
HSL 47.14º 0.96% 0.31% -
HSV(B) 47.14º 0.98% 0.62% -
XYZ 21.13 21.59 3.14 -
YUV 120.07 61.93 154.34 -
System Red Green Blue C M Y K H S L
Decimal 157 124 3 0 0.21 0.98 0.38 47.14 0.96 0.31
Hex 9D 7C 3 0 15 62 26 2F 60 1F
Octal 235 174 3 0 25 142 46 57 140 37
Binary 10011101 1111100 11 0 10101 1100010 100110 101111 1100000 11111

Color Harmonies of #9D7C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7C03

Black with #9D7C03

Text Example


Text Example

White with #9D7C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D7C03; }

 p { color: rgb(157,124,3); }

 H1.HeaderClassName
 {
   color: #9D7C03;
 }
 .AnyTagClassName
 {
   color: #9D7C03;
 }
</style>

background-color css

<style>
 a { background-color: #9D7C03; }

 a { background-color: rgb(157,124,3); }

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

border-color css

<style>
 span { border-color: #9D7C03; }

 span { border-color: rgb(157,124,3); }

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