#CCA821

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

Shades of Galliano #CCA821

Tints of Galliano #CCA821

Color information

#CCA821 (or 0xCCA821) is unknown color: approx Galliano. HEX triplet: CC, A8 and 21. RGB value is (204,168,33). Sum of RGB (Red+Green+Blue) = 204+168+33=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA821 is #3357DE. Grayscale: #A3A3A3. Windows color (decimal): -3364831 or 2205900. OLE color: 2205900.

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

Color convert

RGB20416833-
CMYK00.180.840.2
HSL47.37º72.15%46.47%-
HSV(B)47.37º83.82%80%-
XYZ39.1840.957.28-
YUV163.3754.43156.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.37%
GREEN value IS 168 (66.02% from 255) = 41.48%
BLUE value IS 33 (13.28% from 255) = 8.15%
R=50.37%
G=41.48%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041683300.180.840.247.3772.1546.47
HexCCA82101254142f482e
Octal31425041022124245711056
Binary11001100101010001000010100101010100101001011111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA821; }

 p { color: rgb(204,168,33); }

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

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

 a { background-color: rgb(204,168,33); }

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

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

 span { border-color: rgb(204,168,33); }

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