#C59605

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

Shades of Dark Goldenrod #C59605

Tints of Dark Goldenrod #C59605

Color information

#C59605 (or 0xC59605) is unknown color: approx Dark Goldenrod. HEX triplet: C5, 96 and 05. RGB value is (197,150,5). Sum of RGB (Red+Green+Blue) = 197+150+5=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 5 (2.34% from 255 or 1.42% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C59605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59605 is #3A69FA. Grayscale: #949494. Windows color (decimal): -3828219 or 366277. OLE color: 366277.

HSL color Cylindrical-coordinate representation of color #C59605: hue angle of 45.31º 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 #C59605 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB1971505-
CMYK00.240.970.23
HSL45.31º95.05%39.61%-
HSV(B)45.31º97.46%77.25%-
XYZ33.9633.694.86-
YUV147.5247.57163.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.97%
GREEN value IS 150 (58.98% from 255) = 42.61%
BLUE value IS 5 (2.34% from 255) = 1.42%
R=55.97%
G=42.61%
B=1.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.97
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197150500.240.970.2345.3195.0539.61
HexC596501861172d5f28
Octal3052265030141275513750
Binary11000101100101101010110001100001101111011011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59605; }

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

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

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

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

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

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

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

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