#C7860E

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

Shades of Dark Goldenrod #C7860E

Tints of Dark Goldenrod #C7860E

Color information

#C7860E (or 0xC7860E) is unknown color: approx Dark Goldenrod. HEX triplet: C7, 86 and 0E. RGB value is (199,134,14). Sum of RGB (Red+Green+Blue) = 199+134+14=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C7860E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7860E is #3879F1. Grayscale: #8C8C8C. Windows color (decimal): -3701234 or 952007. OLE color: 952007.

HSL color Cylindrical-coordinate representation of color #C7860E: hue angle of 38.92º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7860E is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB19913414-
CMYK00.330.930.22
HSL38.92º86.85%41.76%-
HSV(B)38.92º92.96%78.04%-
XYZ32.1629.224.36-
YUV139.7657.03170.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 57.35%
GREEN value IS 134 (52.73% from 255) = 38.62%
BLUE value IS 14 (5.86% from 255) = 4.03%
R=57.35%
G=38.62%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991341400.330.930.2238.9286.8541.76
HexC786E0215D1627572a
Octal30720616041135264712752
Binary1100011110000110111001000011011101101101001111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7860E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7860E; }

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

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

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

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

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

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

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

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