#CCAA22

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

Shades of Galliano #CCAA22

Tints of Galliano #CCAA22

Color information

#CCAA22 (or 0xCCAA22) is unknown color: approx Galliano. HEX triplet: CC, AA and 22. RGB value is (204,170,34). Sum of RGB (Red+Green+Blue) = 204+170+34=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 34 (13.67% from 255 or 8.33% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAA22 is #3355DD. Grayscale: #A5A5A5. Windows color (decimal): -3364318 or 2271948. OLE color: 2271948.

HSL color Cylindrical-coordinate representation of color #CCAA22: hue angle of 48º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCAA22 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB20417034-
CMYK00.170.830.2
HSL48º71.43%46.67%-
HSV(B)48º83.33%80%-
XYZ39.5741.77.48-
YUV164.6654.26156.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50%
GREEN value IS 170 (66.80% from 255) = 41.67%
BLUE value IS 34 (13.67% from 255) = 8.33%
R=50%
G=41.67%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.83
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041703400.170.830.24871.4346.67
HexCCAA22011531430472f
Octal31425242021123246010757
Binary11001100101010101000100100011010011101001100001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAA22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAA22; }

 p { color: rgb(204,170,34); }

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

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

 a { background-color: rgb(204,170,34); }

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

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

 span { border-color: rgb(204,170,34); }

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