#C58600

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

Shades of Dark Goldenrod #C58600

Tints of Dark Goldenrod #C58600

Color information

#C58600 (or 0xC58600) is unknown color: approx Dark Goldenrod. HEX triplet: C5, 86 and 00. RGB value is (197,134,0). Sum of RGB (Red+Green+Blue) = 197+134+0=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C58600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58600 is #3A79FF. Grayscale: #8A8A8A. Windows color (decimal): -3832320 or 34501. OLE color: 34501.

HSL color Cylindrical-coordinate representation of color #C58600: hue angle of 40.81º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C58600 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB1971340-
CMYK00.3210.23
HSL40.81º100%38.63%-
HSV(B)40.81º100%77.25%-
XYZ31.5528.923.92-
YUV137.5650.37170.4-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.52%
GREEN value IS 134 (52.73% from 255) = 40.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.52%
G=40.48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197134000.3210.2340.8110038.63
HexC58600206417296427
Octal3052060040144275114447
Binary1100010110000110001000001100100101111010011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58600; }

 p { color: rgb(197,134,0); }

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

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

 a { background-color: rgb(197,134,0); }

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

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

 span { border-color: rgb(197,134,0); }

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