#CCAB25

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

Shades of Galliano #CCAB25

Tints of Galliano #CCAB25

Color information

#CCAB25 (or 0xCCAB25) is unknown color: approx Galliano. HEX triplet: CC, AB and 25. RGB value is (204,171,37). Sum of RGB (Red+Green+Blue) = 204+171+37=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 37 (14.84% from 255 or 8.98% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB25 is #3354DA. Grayscale: #A6A6A6. Windows color (decimal): -3364059 or 2468812. OLE color: 2468812.

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

Color convert

RGB20417137-
CMYK00.160.820.2
HSL48.14º69.29%47.25%-
HSV(B)48.14º81.86%80%-
XYZ39.842.17.78-
YUV165.5955.43155.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.51%
GREEN value IS 171 (67.19% from 255) = 41.50%
BLUE value IS 37 (14.84% from 255) = 8.98%
R=49.51%
G=41.50%
B=8.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041713700.160.820.248.1469.2947.25
HexCCAB25010521430452f
Octal31425345020122246010557
Binary11001100101010111001010100001010010101001100001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAB25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAB25; }

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

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

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

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

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

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

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

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