#CCAA23

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

Shades of Galliano #CCAA23

Tints of Galliano #CCAA23

Color information

#CCAA23 (or 0xCCAA23) is unknown color: approx Galliano. HEX triplet: CC, AA and 23. RGB value is (204,170,35). Sum of RGB (Red+Green+Blue) = 204+170+35=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 35 (14.06% from 255 or 8.56% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAA23 is #3355DC. Grayscale: #A5A5A5. Windows color (decimal): -3364317 or 2337484. OLE color: 2337484.

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

Color convert

RGB20417035-
CMYK00.170.830.2
HSL47.93º70.71%46.86%-
HSV(B)47.93º82.84%80%-
XYZ39.5841.717.55-
YUV164.7854.76155.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.88%
GREEN value IS 170 (66.80% from 255) = 41.56%
BLUE value IS 35 (14.06% from 255) = 8.56%
R=49.88%
G=41.56%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.83
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041703500.170.830.247.9370.7146.86
HexCCAA23011531430472f
Octal31425243021123246010757
Binary11001100101010101000110100011010011101001100001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAA23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAA23; }

 p { color: rgb(204,170,35); }

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

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

 a { background-color: rgb(204,170,35); }

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

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

 span { border-color: rgb(204,170,35); }

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