#c58311

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

Shades of Dark Goldenrod #C58311

Tints of Dark Goldenrod #C58311

Color information

#C58311 (or 0xC58311) is unknown color: approx Dark Goldenrod. HEX triplet: C5, 83 and 11. RGB value is (197,131,17). Sum of RGB (Red+Green+Blue) = 197+131+17=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 17 (7.03% from 255 or 4.93% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C58311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58311 is #3A7CEE. Grayscale: #8A8A8A. Windows color (decimal): -3833071 or 1147845. OLE color: 1147845.

HSL color Cylindrical-coordinate representation of color #C58311: hue angle of 38º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C58311 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB19713117-
CMYK00.340.910.23
HSL38º84.11%41.96%-
HSV(B)38º91.37%77.25%-
XYZ31.2428.144.32-
YUV137.7459.87170.27-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 57.10%
GREEN value IS 131 (51.56% from 255) = 37.97%
BLUE value IS 17 (7.03% from 255) = 4.93%
R=57.10%
G=37.97%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971311700.340.910.233884.1141.96
HexC583110225B1726542a
Octal30520321042133274612452
Binary11000101100000111000101000101011011101111001101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c58311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c58311; }

 p { color: rgb(197,131,17); }

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

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

 a { background-color: rgb(197,131,17); }

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

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

 span { border-color: rgb(197,131,17); }

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