#CCAB11

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

Shades of Galliano #CCAB11

Tints of Galliano #CCAB11

Color information

#CCAB11 (or 0xCCAB11) is unknown color: approx Galliano. HEX triplet: CC, AB and 11. RGB value is (204,171,17). Sum of RGB (Red+Green+Blue) = 204+171+17=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 17 (7.03% from 255 or 4.34% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAB11 is #3354EE. Grayscale: #A3A3A3. Windows color (decimal): -3364079 or 1158092. OLE color: 1158092.

HSL color Cylindrical-coordinate representation of color #CCAB11: hue angle of 49.41º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCAB11 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB20417117-
CMYK00.160.920.2
HSL49.41º84.62%43.33%-
HSV(B)49.41º91.67%80%-
XYZ39.57426.55-
YUV163.3145.43157.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.04%
GREEN value IS 171 (67.19% from 255) = 43.62%
BLUE value IS 17 (7.03% from 255) = 4.34%
R=52.04%
G=43.62%
B=4.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041711700.160.920.249.4184.6243.33
HexCCAB110105C1431552b
Octal31425321020134246112553
Binary1100110010101011100010100001011100101001100011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAB11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAB11; }

 p { color: rgb(204,171,17); }

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

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

 a { background-color: rgb(204,171,17); }

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

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

 span { border-color: rgb(204,171,17); }

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