#CCA811

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

Shades of Galliano #CCA811

Tints of Galliano #CCA811

Color information

#CCA811 (or 0xCCA811) is unknown color: approx Galliano. HEX triplet: CC, A8 and 11. RGB value is (204,168,17). Sum of RGB (Red+Green+Blue) = 204+168+17=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 17 (7.03% from 255 or 4.37% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA811 is #3357EE. Grayscale: #A2A2A2. Windows color (decimal): -3364847 or 1157324. OLE color: 1157324.

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

Color convert

RGB20416817-
CMYK00.180.920.2
HSL48.45º84.62%43.33%-
HSV(B)48.45º91.67%80%-
XYZ39.0140.886.37-
YUV161.5546.43158.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.44%
GREEN value IS 168 (66.02% from 255) = 43.19%
BLUE value IS 17 (7.03% from 255) = 4.37%
R=52.44%
G=43.19%
B=4.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041681700.180.920.248.4584.6243.33
HexCCA8110125C1430552b
Octal31425021022134246012553
Binary1100110010101000100010100101011100101001100001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA811; }

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

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

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

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

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

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

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

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