#C58A06

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

Shades of Dark Goldenrod #C58A06

Tints of Dark Goldenrod #C58A06

Color information

#C58A06 (or 0xC58A06) is unknown color: approx Dark Goldenrod. HEX triplet: C5, 8A and 06. RGB value is (197,138,6). Sum of RGB (Red+Green+Blue) = 197+138+6=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 6 (2.73% from 255 or 1.76% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58A06 is #3A75F9. Grayscale: #8D8D8D. Windows color (decimal): -3831290 or 428741. OLE color: 428741.

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

Color convert

RGB1971386-
CMYK00.300.970.23
HSL41.47º94.09%39.8%-
HSV(B)41.47º96.95%77.25%-
XYZ32.1530.064.28-
YUV140.5952.05168.23-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 57.77%
GREEN value IS 138 (54.30% from 255) = 40.47%
BLUE value IS 6 (2.73% from 255) = 1.76%
R=57.77%
G=40.47%
B=1.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.97
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197138600.300.970.2341.4794.0939.8
HexC58A601E6117295e28
Octal3052126036141275113650
Binary11000101100010101100111101100001101111010011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58A06; }

 p { color: rgb(197,138,6); }

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

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

 a { background-color: rgb(197,138,6); }

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

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

 span { border-color: rgb(197,138,6); }

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