#CAA325

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

Shades of Galliano #CAA325

Tints of Galliano #CAA325

Color information

#CAA325 (or 0xCAA325) is unknown color: approx Galliano. HEX triplet: CA, A3 and 25. RGB value is (202,163,37). Sum of RGB (Red+Green+Blue) = 202+163+37=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 37 (14.84% from 255 or 9.20% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA325 is #355CDA. Grayscale: #A0A0A0. Windows color (decimal): -3497179 or 2466762. OLE color: 2466762.

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

Color convert

RGB20216337-
CMYK00.190.820.21
HSL45.82º69.04%46.86%-
HSV(B)45.82º81.68%79.22%-
XYZ37.7938.887.26-
YUV160.358.42157.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.25%
GREEN value IS 163 (64.06% from 255) = 40.55%
BLUE value IS 37 (14.84% from 255) = 9.20%
R=50.25%
G=40.55%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021633700.190.820.2145.8269.0446.86
HexCAA32501352152e452f
Octal31224345023122255610557
Binary11001010101000111001010100111010010101011011101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA325; }

 p { color: rgb(202,163,37); }

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

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

 a { background-color: rgb(202,163,37); }

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

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

 span { border-color: rgb(202,163,37); }

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