#CCAD1A

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

Shades of Galliano #CCAD1A

Tints of Galliano #CCAD1A

Color information

#CCAD1A (or 0xCCAD1A) is unknown color: approx Galliano. HEX triplet: CC, AD and 1A. RGB value is (204,173,26). Sum of RGB (Red+Green+Blue) = 204+173+26=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 26 (10.55% from 255 or 6.45% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAD1A is #3352E5. Grayscale: #A6A6A6. Windows color (decimal): -3363558 or 1748428. OLE color: 1748428.

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

Color convert

RGB20417326-
CMYK00.150.870.2
HSL49.55º77.39%45.1%-
HSV(B)49.55º87.25%80%-
XYZ40.0342.87.13-
YUV165.5149.27155.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.62%
GREEN value IS 173 (67.97% from 255) = 42.93%
BLUE value IS 26 (10.55% from 255) = 6.45%
R=50.62%
G=42.93%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041732600.150.870.249.5577.3945.1
HexCCAD1A0F5714324d2d
Octal31425532017127246211555
Binary110011001010110111010011111010111101001100101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAD1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAD1A; }

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

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

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

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

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

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

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

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