#CAA923

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

Shades of Galliano #CAA923

Tints of Galliano #CAA923

Color information

#CAA923 (or 0xCAA923) is unknown color: approx Galliano. HEX triplet: CA, A9 and 23. RGB value is (202,169,35). Sum of RGB (Red+Green+Blue) = 202+169+35=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 35 (14.06% from 255 or 8.62% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA923 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA923 is #3556DC. Grayscale: #A4A4A4. Windows color (decimal): -3495645 or 2337226. OLE color: 2337226.

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

Color convert

RGB20216935-
CMYK00.160.830.21
HSL48.14º70.46%46.47%-
HSV(B)48.14º82.67%79.22%-
XYZ38.8541.057.47-
YUV163.5955.43155.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.75%
GREEN value IS 169 (66.41% from 255) = 41.63%
BLUE value IS 35 (14.06% from 255) = 8.62%
R=49.75%
G=41.63%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021693500.160.830.2148.1470.4646.47
HexCAA923010531530462e
Octal31225143020123256010656
Binary11001010101010011000110100001010011101011100001000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA923; }

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

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

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

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

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

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

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

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