#CCAE25

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

Shades of Galliano #CCAE25

Tints of Galliano #CCAE25

Color information

#CCAE25 (or 0xCCAE25) is unknown color: approx Galliano. HEX triplet: CC, AE and 25. RGB value is (204,174,37). Sum of RGB (Red+Green+Blue) = 204+174+37=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 37 (14.84% from 255 or 8.92% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAE25 is #3351DA. Grayscale: #A7A7A7. Windows color (decimal): -3363291 or 2469580. OLE color: 2469580.

HSL color Cylindrical-coordinate representation of color #CCAE25: hue angle of 49.22º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCAE25 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB20417437-
CMYK00.150.820.2
HSL49.22º69.29%47.25%-
HSV(B)49.22º81.86%80%-
XYZ40.3743.247.97-
YUV167.3554.44154.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.16%
GREEN value IS 174 (68.36% from 255) = 41.93%
BLUE value IS 37 (14.84% from 255) = 8.92%
R=49.16%
G=41.93%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.82
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041743700.150.820.249.2269.2947.25
HexCCAE250F521431452f
Octal31425645017122246110557
Binary1100110010101110100101011111010010101001100011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAE25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAE25; }

 p { color: rgb(204,174,37); }

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

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

 a { background-color: rgb(204,174,37); }

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

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

 span { border-color: rgb(204,174,37); }

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