#9D7D03

Color #9D7D03 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #9D7D03

Tints of Dark Goldenrod #9D7D03

Color information

#9D7D03 (or 0x9D7D03) is unknown color: approx Dark Goldenrod. HEX triplet: 9D, 7D and 03. RGB value is (157,125,3). Sum of RGB (Red+Green+Blue) = 157+125+3=285 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.09% from 285); Green value is 125 (49.22% from 255 or 43.86% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7D03 is #6282FC. Grayscale: #797979. Windows color (decimal): -6456061 or 228765. OLE color: 228765.

HSL color Cylindrical-coordinate representation of color #9D7D03: hue angle of 47.53º 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 #9D7D03 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.38.

Color convert

RGB1571253-
CMYK00.200.980.38
HSL47.53º96.25%31.37%-
HSV(B)47.53º98.09%61.57%-
XYZ21.2521.843.18-
YUV120.6661.6153.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 55.09%
GREEN value IS 125 (49.22% from 255) = 43.86%
BLUE value IS 3 (1.56% from 255) = 1.05%
R=55.09%
G=43.86%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.98
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157125300.200.980.3847.5396.2531.37
Hex9D7D3014622630601f
Octal2351753024142466014037
Binary100111011111101110101001100010100110110000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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