#CAA929

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

Shades of Galliano #CAA929

Tints of Galliano #CAA929

Color information

#CAA929 (or 0xCAA929) is unknown color: approx Galliano. HEX triplet: CA, A9 and 29. RGB value is (202,169,41). Sum of RGB (Red+Green+Blue) = 202+169+41=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 41 (16.41% from 255 or 9.95% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA929 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA929 is #3556D6. Grayscale: #A4A4A4. Windows color (decimal): -3495639 or 2730442. OLE color: 2730442.

HSL color Cylindrical-coordinate representation of color #CAA929: hue angle of 47.7º 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 #CAA929 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB20216941-
CMYK00.160.800.21
HSL47.7º66.26%47.65%-
HSV(B)47.7º79.7%79.22%-
XYZ38.9541.097.98-
YUV164.2858.43154.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.03%
GREEN value IS 169 (66.41% from 255) = 41.02%
BLUE value IS 41 (16.41% from 255) = 9.95%
R=49.03%
G=41.02%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021694100.160.800.2147.766.2647.65
HexCAA9290105015304230
Octal31225151020120256010260
Binary11001010101010011010010100001010000101011100001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA929; }

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

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

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

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

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

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

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

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