#C0930E

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

Shades of Dark Goldenrod #C0930E

Tints of Dark Goldenrod #C0930E

Color information

#C0930E (or 0xC0930E) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 93 and 0E. RGB value is (192,147,14). Sum of RGB (Red+Green+Blue) = 192+147+14=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0930E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0930E is #3F6CF1. Grayscale: #919191. Windows color (decimal): -4156658 or 955328. OLE color: 955328.

HSL color Cylindrical-coordinate representation of color #C0930E: hue angle of 44.83º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0930E is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB19214714-
CMYK00.230.930.25
HSL44.83º86.41%40.39%-
HSV(B)44.83º92.71%75.29%-
XYZ32.2532.114.91-
YUV145.2953.91161.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.39%
GREEN value IS 147 (57.81% from 255) = 41.64%
BLUE value IS 14 (5.86% from 255) = 3.97%
R=54.39%
G=41.64%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921471400.230.930.2544.8386.4140.39
HexC093E0175D192d5628
Octal30022316027135315512650
Binary110000001001001111100101111011101110011011011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0930E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0930E; }

 p { color: rgb(192,147,14); }

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

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

 a { background-color: rgb(192,147,14); }

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

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

 span { border-color: rgb(192,147,14); }

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