#C5920C

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

Shades of Dark Goldenrod #C5920C

Tints of Dark Goldenrod #C5920C

Color information

#C5920C (or 0xC5920C) is unknown color: approx Dark Goldenrod. HEX triplet: C5, 92 and 0C. RGB value is (197,146,12). Sum of RGB (Red+Green+Blue) = 197+146+12=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C5920C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5920C is #3A6DF3. Grayscale: #929292. Windows color (decimal): -3829236 or 824005. OLE color: 824005.

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

Color convert

RGB19714612-
CMYK00.260.940.23
HSL43.46º88.52%40.98%-
HSV(B)43.46º93.91%77.25%-
XYZ33.3732.454.85-
YUV145.9752.4164.4-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.49%
GREEN value IS 146 (57.42% from 255) = 41.13%
BLUE value IS 12 (5.08% from 255) = 3.38%
R=55.49%
G=41.13%
B=3.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.94
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971461200.260.940.2343.4688.5240.98
HexC592C01A5E172b5929
Octal30522214032136275313151
Binary110001011001001011000110101011110101111010111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5920C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5920C; }

 p { color: rgb(197,146,12); }

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

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

 a { background-color: rgb(197,146,12); }

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

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

 span { border-color: rgb(197,146,12); }

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