#C58A0C

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

Shades of Dark Goldenrod #C58A0C

Tints of Dark Goldenrod #C58A0C

Color information

#C58A0C (or 0xC58A0C) is unknown color: approx Dark Goldenrod. HEX triplet: C5, 8A and 0C. RGB value is (197,138,12). Sum of RGB (Red+Green+Blue) = 197+138+12=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58A0C is #3A75F3. Grayscale: #8D8D8D. Windows color (decimal): -3831284 or 821957. OLE color: 821957.

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

Color convert

RGB19713812-
CMYK00.300.940.23
HSL40.86º88.52%40.98%-
HSV(B)40.86º93.91%77.25%-
XYZ32.1830.074.46-
YUV141.2855.05167.75-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.77%
GREEN value IS 138 (54.30% from 255) = 39.77%
BLUE value IS 12 (5.08% from 255) = 3.46%
R=56.77%
G=39.77%
B=3.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.94
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971381200.300.940.2340.8688.5240.98
HexC58AC01E5E17295929
Octal30521214036136275113151
Binary110001011000101011000111101011110101111010011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58A0C; }

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

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

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

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

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

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

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

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