#C1860E

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

Shades of Dark Goldenrod #C1860E

Tints of Dark Goldenrod #C1860E

Color information

#C1860E (or 0xC1860E) is unknown color: approx Dark Goldenrod. HEX triplet: C1, 86 and 0E. RGB value is (193,134,14). Sum of RGB (Red+Green+Blue) = 193+134+14=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C1860E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1860E is #3E79F1. Grayscale: #8A8A8A. Windows color (decimal): -4094450 or 952001. OLE color: 952001.

HSL color Cylindrical-coordinate representation of color #C1860E: hue angle of 40.22º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1860E is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB19313414-
CMYK00.310.930.24
HSL40.22º86.47%40.59%-
HSV(B)40.22º92.75%75.69%-
XYZ30.628.424.29-
YUV137.9658.05167.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.60%
GREEN value IS 134 (52.73% from 255) = 39.30%
BLUE value IS 14 (5.86% from 255) = 4.11%
R=56.60%
G=39.30%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931341400.310.930.2440.2286.4740.59
HexC186E01F5D18285629
Octal30120616037135305012651
Binary110000011000011011100111111011101110001010001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1860E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1860E; }

 p { color: rgb(193,134,14); }

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

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

 a { background-color: rgb(193,134,14); }

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

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

 span { border-color: rgb(193,134,14); }

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