#CCA31A

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

Shades of Galliano #CCA31A

Tints of Galliano #CCA31A

Color information

#CCA31A (or 0xCCA31A) is unknown color: approx Galliano. HEX triplet: CC, A3 and 1A. RGB value is (204,163,26). Sum of RGB (Red+Green+Blue) = 204+163+26=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 26 (10.55% from 255 or 6.62% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA31A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA31A is #335CE5. Grayscale: #A0A0A0. Windows color (decimal): -3366118 or 1745868. OLE color: 1745868.

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

Color convert

RGB20416326-
CMYK00.200.870.2
HSL46.18º77.39%45.1%-
HSV(B)46.18º87.25%80%-
XYZ38.1939.116.51-
YUV159.6452.58159.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.91%
GREEN value IS 163 (64.06% from 255) = 41.48%
BLUE value IS 26 (10.55% from 255) = 6.62%
R=51.91%
G=41.48%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041632600.200.870.246.1877.3945.1
HexCCA31A01457142e4d2d
Octal31424332024127245611555
Binary1100110010100011110100101001010111101001011101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA31A; }

 p { color: rgb(204,163,26); }

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

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

 a { background-color: rgb(204,163,26); }

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

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

 span { border-color: rgb(204,163,26); }

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