#C57C0E

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

Shades of Dark Goldenrod #C57C0E

Tints of Dark Goldenrod #C57C0E

Color information

#C57C0E (or 0xC57C0E) is unknown color: approx Dark Goldenrod. HEX triplet: C5, 7C and 0E. RGB value is (197,124,14). Sum of RGB (Red+Green+Blue) = 197+124+14=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57C0E is #3A83F1. Grayscale: #858585. Windows color (decimal): -3834866 or 949445. OLE color: 949445.

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

Color convert

RGB19712414-
CMYK00.370.930.23
HSL36.07º86.73%41.37%-
HSV(B)36.07º92.89%77.25%-
XYZ30.3126.323.9-
YUV133.2960.68173.44-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.81%
GREEN value IS 124 (48.83% from 255) = 37.01%
BLUE value IS 14 (5.86% from 255) = 4.18%
R=58.81%
G=37.01%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.93
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971241400.370.930.2336.0786.7341.37
HexC57CE0255D17245729
Octal30517416045135274412751
Binary110001011111100111001001011011101101111001001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57C0E; }

 p { color: rgb(197,124,14); }

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

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

 a { background-color: rgb(197,124,14); }

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

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

 span { border-color: rgb(197,124,14); }

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