#C49209

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

Shades of Dark Goldenrod #C49209

Tints of Dark Goldenrod #C49209

Color information

#C49209 (or 0xC49209) is unknown color: approx Dark Goldenrod. HEX triplet: C4, 92 and 09. RGB value is (196,146,9). Sum of RGB (Red+Green+Blue) = 196+146+9=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 9 (3.91% from 255 or 2.56% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C49209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49209 is #3B6DF6. Grayscale: #919191. Windows color (decimal): -3894775 or 627396. OLE color: 627396.

HSL color Cylindrical-coordinate representation of color #C49209: hue angle of 43.96º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C49209 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB1961469-
CMYK00.260.950.23
HSL43.96º91.22%40.2%-
HSV(B)43.96º95.41%76.86%-
XYZ33.0932.314.75-
YUV145.3351.06164.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 55.84%
GREEN value IS 146 (57.42% from 255) = 41.60%
BLUE value IS 9 (3.91% from 255) = 2.56%
R=55.84%
G=41.60%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.95
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196146900.260.950.2343.9691.2240.2
HexC492901A5F172c5b28
Octal30422211032137275413350
Binary110001001001001010010110101011111101111011001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49209; }

 p { color: rgb(196,146,9); }

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

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

 a { background-color: rgb(196,146,9); }

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

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

 span { border-color: rgb(196,146,9); }

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