#CAA521

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

Shades of Galliano #CAA521

Tints of Galliano #CAA521

Color information

#CAA521 (or 0xCAA521) is unknown color: approx Galliano. HEX triplet: CA, A5 and 21. RGB value is (202,165,33). Sum of RGB (Red+Green+Blue) = 202+165+33=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 33 (13.28% from 255 or 8.25% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA521 is #355ADE. Grayscale: #A1A1A1. Windows color (decimal): -3496671 or 2205130. OLE color: 2205130.

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

Color convert

RGB20216533-
CMYK00.180.840.21
HSL46.86º71.91%46.08%-
HSV(B)46.86º83.66%79.22%-
XYZ38.0939.587.07-
YUV161.0155.76157.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.5%
GREEN value IS 165 (64.84% from 255) = 41.25%
BLUE value IS 33 (13.28% from 255) = 8.25%
R=50.5%
G=41.25%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021653300.180.840.2146.8671.9146.08
HexCAA52101254152f482e
Octal31224541022124255711056
Binary11001010101001011000010100101010100101011011111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA521; }

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

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

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

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

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

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

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

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