#C58108

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

Shades of Dark Goldenrod #C58108

Tints of Dark Goldenrod #C58108

Color information

#C58108 (or 0xC58108) is unknown color: approx Dark Goldenrod. HEX triplet: C5, 81 and 08. RGB value is (197,129,8). Sum of RGB (Red+Green+Blue) = 197+129+8=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C58108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58108 is #3A7EF7. Grayscale: #888888. Windows color (decimal): -3833592 or 557509. OLE color: 557509.

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

Color convert

RGB1971298-
CMYK00.350.960.23
HSL38.41º92.2%40.2%-
HSV(B)38.41º95.94%77.25%-
XYZ30.9227.593.93-
YUV135.5456.03171.84-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.98%
GREEN value IS 129 (50.78% from 255) = 38.62%
BLUE value IS 8 (3.52% from 255) = 2.40%
R=58.98%
G=38.62%
B=2.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.96
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197129800.350.960.2338.4192.240.2
HexC58180236017265c28
Octal30520110043140274613450
Binary1100010110000001100001000111100000101111001101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58108; }

 p { color: rgb(197,129,8); }

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

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

 a { background-color: rgb(197,129,8); }

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

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

 span { border-color: rgb(197,129,8); }

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