#C2860E

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

Shades of Dark Goldenrod #C2860E

Tints of Dark Goldenrod #C2860E

Color information

#C2860E (or 0xC2860E) is unknown color: approx Dark Goldenrod. HEX triplet: C2, 86 and 0E. RGB value is (194,134,14). Sum of RGB (Red+Green+Blue) = 194+134+14=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C2860E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2860E is #3D79F1. Grayscale: #8A8A8A. Windows color (decimal): -4028914 or 952002. OLE color: 952002.

HSL color Cylindrical-coordinate representation of color #C2860E: hue angle of 40º degrees, saturation: 0.87, 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 #C2860E is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB19413414-
CMYK00.310.930.24
HSL40º86.54%40.78%-
HSV(B)40º92.78%76.08%-
XYZ30.8528.554.3-
YUV138.2657.88167.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.73%
GREEN value IS 134 (52.73% from 255) = 39.18%
BLUE value IS 14 (5.86% from 255) = 4.09%
R=56.73%
G=39.18%
B=4.09%

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
Decimal1941341400.310.930.244086.5440.78
HexC286E01F5D18285729
Octal30220616037135305012751
Binary110000101000011011100111111011101110001010001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2860E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2860E; }

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

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

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

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

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

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

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

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