#9C8003

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

Shades of Dark Goldenrod #9C8003

Tints of Dark Goldenrod #9C8003

Color information

#9C8003 (or 0x9C8003) is unknown color: approx Dark Goldenrod. HEX triplet: 9C, 80 and 03. RGB value is (156,128,3). Sum of RGB (Red+Green+Blue) = 156+128+3=287 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.36% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C8003 is #637FFC. Grayscale: #7A7A7A. Windows color (decimal): -6520829 or 229532. OLE color: 229532.

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

Color convert

RGB1561283-
CMYK00.180.980.39
HSL49.02º96.23%31.18%-
HSV(B)49.02º98.08%61.18%-
XYZ21.4522.513.3-
YUV122.1260.78152.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 54.36%
GREEN value IS 128 (50.39% from 255) = 44.60%
BLUE value IS 3 (1.56% from 255) = 1.05%
R=54.36%
G=44.60%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.98
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156128300.180.980.3949.0296.2331.18
Hex9C803012622731601f
Octal2342003022142476114037
Binary1001110010000000110100101100010100111110001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,128,3); }

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

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

 a { background-color: rgb(156,128,3); }

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

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

 span { border-color: rgb(156,128,3); }

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