#C59405

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

Shades of Dark Goldenrod #C59405

Tints of Dark Goldenrod #C59405

Color information

#C59405 (or 0xC59405) is unknown color: approx Dark Goldenrod. HEX triplet: C5, 94 and 05. RGB value is (197,148,5). Sum of RGB (Red+Green+Blue) = 197+148+5=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 5 (2.34% from 255 or 1.43% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C59405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59405 is #3A6BFA. Grayscale: #929292. Windows color (decimal): -3828731 or 365765. OLE color: 365765.

HSL color Cylindrical-coordinate representation of color #C59405: hue angle of 44.69º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C59405 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB1971485-
CMYK00.250.970.23
HSL44.69º95.05%39.61%-
HSV(B)44.69º97.46%77.25%-
XYZ33.6433.064.75-
YUV146.3548.23164.13-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.29%
GREEN value IS 148 (58.20% from 255) = 42.29%
BLUE value IS 5 (2.34% from 255) = 1.43%
R=56.29%
G=42.29%
B=1.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.97
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197148500.250.970.2344.6995.0539.61
HexC594501961172d5f28
Octal3052245031141275513750
Binary11000101100101001010110011100001101111011011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59405; }

 p { color: rgb(197,148,5); }

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

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

 a { background-color: rgb(197,148,5); }

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

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

 span { border-color: rgb(197,148,5); }

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