#CCAC1B

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

Shades of Galliano #CCAC1B

Tints of Galliano #CCAC1B

Color information

#CCAC1B (or 0xCCAC1B) is unknown color: approx Galliano. HEX triplet: CC, AC and 1B. RGB value is (204,172,27). Sum of RGB (Red+Green+Blue) = 204+172+27=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 27 (10.94% from 255 or 6.70% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAC1B is #3353E4. Grayscale: #A5A5A5. Windows color (decimal): -3363813 or 1813708. OLE color: 1813708.

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

Color convert

RGB20417227-
CMYK00.160.870.2
HSL49.15º76.62%45.29%-
HSV(B)49.15º86.76%80%-
XYZ39.8542.427.12-
YUV165.0450.1155.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.62%
GREEN value IS 172 (67.58% from 255) = 42.68%
BLUE value IS 27 (10.94% from 255) = 6.70%
R=50.62%
G=42.68%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041722700.160.870.249.1576.6245.29
HexCCAC1B0105714314d2d
Octal31425433020127246111555
Binary1100110010101100110110100001010111101001100011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAC1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAC1B; }

 p { color: rgb(204,172,27); }

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

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

 a { background-color: rgb(204,172,27); }

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

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

 span { border-color: rgb(204,172,27); }

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