#9D8602

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

Shades of Dark Goldenrod #9D8602

Tints of Dark Goldenrod #9D8602

Color information

#9D8602 (or 0x9D8602) is unknown color: approx Dark Goldenrod. HEX triplet: 9D, 86 and 02. RGB value is (157,134,2). Sum of RGB (Red+Green+Blue) = 157+134+2=293 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.58% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8602 is #6279FD. Grayscale: #7E7E7E. Windows color (decimal): -6453758 or 165533. OLE color: 165533.

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

Color convert

RGB1571342-
CMYK00.150.990.38
HSL51.1º97.48%31.18%-
HSV(B)51.1º98.73%61.57%-
XYZ22.4424.223.55-
YUV125.8358.12150.23-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 53.58%
GREEN value IS 134 (52.73% from 255) = 45.73%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=53.58%
G=45.73%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157134200.150.990.3851.197.4831.18
Hex9D8620F632633611f
Octal2352062017143466314137
Binary100111011000011010011111100011100110110011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,134,2); }

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

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

 a { background-color: rgb(157,134,2); }

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

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

 span { border-color: rgb(157,134,2); }

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