#CCAC33

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

Shades of Metallic Gold #CCAC33

Tints of Metallic Gold #CCAC33

Color information

#CCAC33 (or 0xCCAC33) is unknown color: approx Metallic Gold. HEX triplet: CC, AC and 33. RGB value is (204,172,51). Sum of RGB (Red+Green+Blue) = 204+172+51=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 51 (20.31% from 255 or 11.94% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAC33 is #3353CC. Grayscale: #A8A8A8. Windows color (decimal): -3363789 or 3386572. OLE color: 3386572.

HSL color Cylindrical-coordinate representation of color #CCAC33: hue angle of 47.45º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCAC33 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB20417251-
CMYK00.160.750.2
HSL47.45º60%50%-
HSV(B)47.45º75%80%-
XYZ40.2542.589.23-
YUV167.7762.1153.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.78%
GREEN value IS 172 (67.58% from 255) = 40.28%
BLUE value IS 51 (20.31% from 255) = 11.94%
R=47.78%
G=40.28%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041725100.160.750.247.456050
HexCCAC330104B142f3c32
Octal3142546302011324577462
Binary1100110010101100110011010000100101110100101111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAC33; }

 p { color: rgb(204,172,51); }

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

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

 a { background-color: rgb(204,172,51); }

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

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

 span { border-color: rgb(204,172,51); }

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