#C3930D

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

Shades of Dark Goldenrod #C3930D

Tints of Dark Goldenrod #C3930D

Color information

#C3930D (or 0xC3930D) is unknown color: approx Dark Goldenrod. HEX triplet: C3, 93 and 0D. RGB value is (195,147,13). Sum of RGB (Red+Green+Blue) = 195+147+13=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C3930D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3930D is #3C6CF2. Grayscale: #929292. Windows color (decimal): -3960051 or 889795. OLE color: 889795.

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

Color convert

RGB19514713-
CMYK00.250.930.24
HSL44.18º87.5%40.78%-
HSV(B)44.18º93.33%76.47%-
XYZ33.0132.54.91-
YUV146.0852.9162.9-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.93%
GREEN value IS 147 (57.81% from 255) = 41.41%
BLUE value IS 13 (5.47% from 255) = 3.66%
R=54.93%
G=41.41%
B=3.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951471300.250.930.2444.1887.540.78
HexC393D0195D182c5829
Octal30322315031135305413051
Binary110000111001001111010110011011101110001011001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3930D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3930D; }

 p { color: rgb(195,147,13); }

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

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

 a { background-color: rgb(195,147,13); }

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

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

 span { border-color: rgb(195,147,13); }

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