#C9A520

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

Shades of Galliano #C9A520

Tints of Galliano #C9A520

Color information

#C9A520 (or 0xC9A520) is unknown color: approx Galliano. HEX triplet: C9, A5 and 20. RGB value is (201,165,32). Sum of RGB (Red+Green+Blue) = 201+165+32=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A520 is #365ADF. Grayscale: #A1A1A1. Windows color (decimal): -3562208 or 2139593. OLE color: 2139593.

HSL color Cylindrical-coordinate representation of color #C9A520: hue angle of 47.22º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C9A520 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB20116532-
CMYK00.180.840.21
HSL47.22º72.53%45.69%-
HSV(B)47.22º84.08%78.82%-
XYZ37.839.436.99-
YUV160.655.43156.81-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.50%
GREEN value IS 165 (64.84% from 255) = 41.46%
BLUE value IS 32 (12.89% from 255) = 8.04%
R=50.50%
G=41.46%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011653200.180.840.2147.2272.5345.69
HexC9A52001254152f492e
Octal31124540022124255711156
Binary11001001101001011000000100101010100101011011111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A520; }

 p { color: rgb(201,165,32); }

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

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

 a { background-color: rgb(201,165,32); }

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

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

 span { border-color: rgb(201,165,32); }

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