#C49009

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

Shades of Dark Goldenrod #C49009

Tints of Dark Goldenrod #C49009

Color information

#C49009 (or 0xC49009) is unknown color: approx Dark Goldenrod. HEX triplet: C4, 90 and 09. RGB value is (196,144,9). Sum of RGB (Red+Green+Blue) = 196+144+9=349 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.16% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 9 (3.91% from 255 or 2.58% from 349); Max value from RGB is 196 - color contains mainly: red. Hex color #C49009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49009 is #3B6FF6. Grayscale: #909090. Windows color (decimal): -3895287 or 626884. OLE color: 626884.

HSL color Cylindrical-coordinate representation of color #C49009: hue angle of 43.32º 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 #C49009 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB1961449-
CMYK00.270.950.23
HSL43.32º91.22%40.2%-
HSV(B)43.32º95.41%76.86%-
XYZ32.7931.74.65-
YUV144.1651.73164.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 56.16%
GREEN value IS 144 (56.64% from 255) = 41.26%
BLUE value IS 9 (3.91% from 255) = 2.58%
R=56.16%
G=41.26%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.95
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196144900.270.950.2343.3291.2240.2
HexC490901B5F172b5b28
Octal30422011033137275313350
Binary110001001001000010010110111011111101111010111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49009; }

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

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

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

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

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

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

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

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