#C09506

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

Shades of Dark Goldenrod #C09506

Tints of Dark Goldenrod #C09506

Color information

#C09506 (or 0xC09506) is unknown color: approx Dark Goldenrod. HEX triplet: C0, 95 and 06. RGB value is (192,149,6). Sum of RGB (Red+Green+Blue) = 192+149+6=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 6 (2.73% from 255 or 1.73% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C09506 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09506 is #3F6AF9. Grayscale: #929292. Windows color (decimal): -4156154 or 431552. OLE color: 431552.

HSL color Cylindrical-coordinate representation of color #C09506: hue angle of 46.13º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C09506 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB1921496-
CMYK00.220.970.25
HSL46.13º93.94%38.82%-
HSV(B)46.13º96.88%75.29%-
XYZ32.5232.714.77-
YUV145.5549.25161.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.33%
GREEN value IS 149 (58.59% from 255) = 42.94%
BLUE value IS 6 (2.73% from 255) = 1.73%
R=55.33%
G=42.94%
B=1.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192149600.220.970.2546.1393.9438.82
HexC095601661192e5e27
Octal3002256026141315613647
Binary11000000100101011100101101100001110011011101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09506; }

 p { color: rgb(192,149,6); }

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

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

 a { background-color: rgb(192,149,6); }

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

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

 span { border-color: rgb(192,149,6); }

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