#cca721

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

Shades of Galliano #CCA721

Tints of Galliano #CCA721

Color information

#CCA721 (or 0xCCA721) is unknown color: approx Galliano. HEX triplet: CC, A7 and 21. RGB value is (204,167,33). Sum of RGB (Red+Green+Blue) = 204+167+33=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA721 is #3358DE. Grayscale: #A3A3A3. Windows color (decimal): -3365087 or 2205644. OLE color: 2205644.

HSL color Cylindrical-coordinate representation of color #CCA721: hue angle of 47.02º 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 #CCA721 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB20416733-
CMYK00.180.840.2
HSL47.02º72.15%46.47%-
HSV(B)47.02º83.82%80%-
XYZ3940.587.22-
YUV162.7954.76157.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.50%
GREEN value IS 167 (65.62% from 255) = 41.34%
BLUE value IS 33 (13.28% from 255) = 8.17%
R=50.50%
G=41.34%
B=8.17%

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
Decimal2041673300.180.840.247.0272.1546.47
HexCCA72101254142f482e
Octal31424741022124245711056
Binary11001100101001111000010100101010100101001011111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cca721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cca721; }

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

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

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

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

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

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

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

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