#C9A824

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

Shades of Galliano #C9A824

Tints of Galliano #C9A824

Color information

#C9A824 (or 0xC9A824) is unknown color: approx Galliano. HEX triplet: C9, A8 and 24. RGB value is (201,168,36). Sum of RGB (Red+Green+Blue) = 201+168+36=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 36 (14.45% from 255 or 8.89% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A824 is #3657DB. Grayscale: #A3A3A3. Windows color (decimal): -3561436 or 2402505. OLE color: 2402505.

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

Color convert

RGB20116836-
CMYK00.160.820.21
HSL48º69.62%46.47%-
HSV(B)48º82.09%78.82%-
XYZ38.4140.557.47-
YUV162.8256.43155.23-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.63%
GREEN value IS 168 (66.02% from 255) = 41.48%
BLUE value IS 36 (14.45% from 255) = 8.89%
R=49.63%
G=41.48%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011683600.160.820.214869.6246.47
HexC9A824010521530462e
Octal31125044020122256010656
Binary11001001101010001001000100001010010101011100001000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A824; }

 p { color: rgb(201,168,36); }

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

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

 a { background-color: rgb(201,168,36); }

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

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

 span { border-color: rgb(201,168,36); }

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