#CAA529

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

Shades of Galliano #CAA529

Tints of Galliano #CAA529

Color information

#CAA529 (or 0xCAA529) is unknown color: approx Galliano. HEX triplet: CA, A5 and 29. RGB value is (202,165,41). Sum of RGB (Red+Green+Blue) = 202+165+41=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 41 (16.41% from 255 or 10.05% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA529 is #355AD6. Grayscale: #A2A2A2. Windows color (decimal): -3496663 or 2729418. OLE color: 2729418.

HSL color Cylindrical-coordinate representation of color #CAA529: hue angle of 46.21º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CAA529 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB20216541-
CMYK00.180.800.21
HSL46.21º66.26%47.65%-
HSV(B)46.21º79.7%79.22%-
XYZ38.2139.637.73-
YUV161.9359.76156.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.51%
GREEN value IS 165 (64.84% from 255) = 40.44%
BLUE value IS 41 (16.41% from 255) = 10.05%
R=49.51%
G=40.44%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021654100.180.800.2146.2166.2647.65
HexCAA52901250152e4230
Octal31224551022120255610260
Binary11001010101001011010010100101010000101011011101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA529; }

 p { color: rgb(202,165,41); }

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

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

 a { background-color: rgb(202,165,41); }

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

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

 span { border-color: rgb(202,165,41); }

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