#C78210

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

Shades of Dark Goldenrod #C78210

Tints of Dark Goldenrod #C78210

Color information

#C78210 (or 0xC78210) is unknown color: approx Dark Goldenrod. HEX triplet: C7, 82 and 10. RGB value is (199,130,16). Sum of RGB (Red+Green+Blue) = 199+130+16=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C78210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78210 is #387DEF. Grayscale: #8A8A8A. Windows color (decimal): -3702256 or 1082055. OLE color: 1082055.

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

Color convert

RGB19913016-
CMYK00.350.920.22
HSL37.38º85.12%42.16%-
HSV(B)37.38º91.96%78.04%-
XYZ31.6328.144.26-
YUV137.6459.36171.77-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 57.68%
GREEN value IS 130 (51.17% from 255) = 37.68%
BLUE value IS 16 (6.64% from 255) = 4.64%
R=57.68%
G=37.68%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991301600.350.920.2237.3885.1242.16
HexC782100235C1625552a
Octal30720220043134264512552
Binary11000111100000101000001000111011100101101001011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78210; }

 p { color: rgb(199,130,16); }

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

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

 a { background-color: rgb(199,130,16); }

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

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

 span { border-color: rgb(199,130,16); }

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