#C58516

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

Shades of Dark Goldenrod #C58516

Tints of Dark Goldenrod #C58516

Color information

#C58516 (or 0xC58516) is unknown color: approx Dark Goldenrod. HEX triplet: C5, 85 and 16. RGB value is (197,133,22). Sum of RGB (Red+Green+Blue) = 197+133+22=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C58516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58516 is #3A7AE9. Grayscale: #8B8B8B. Windows color (decimal): -3832554 or 1476037. OLE color: 1476037.

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

Color convert

RGB19713322-
CMYK00.320.890.23
HSL38.06º79.91%42.94%-
HSV(B)38.06º88.83%77.25%-
XYZ31.5628.74.64-
YUV139.4861.7169.03-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.97%
GREEN value IS 133 (52.34% from 255) = 37.78%
BLUE value IS 22 (8.98% from 255) = 6.25%
R=55.97%
G=37.78%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971332200.320.890.2338.0679.9142.94
HexC58516020591726502b
Octal30520526040131274612053
Binary11000101100001011011001000001011001101111001101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58516; }

 p { color: rgb(197,133,22); }

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

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

 a { background-color: rgb(197,133,22); }

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

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

 span { border-color: rgb(197,133,22); }

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