#CCA933

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

Shades of Metallic Gold #CCA933

Tints of Metallic Gold #CCA933

Color information

#CCA933 (or 0xCCA933) is unknown color: approx Metallic Gold. HEX triplet: CC, A9 and 33. RGB value is (204,169,51). Sum of RGB (Red+Green+Blue) = 204+169+51=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 51 (20.31% from 255 or 12.03% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA933 is #3356CC. Grayscale: #A6A6A6. Windows color (decimal): -3364557 or 3385804. OLE color: 3385804.

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

Color convert

RGB20416951-
CMYK00.170.750.2
HSL46.27º60%50%-
HSV(B)46.27º75%80%-
XYZ39.6941.459.04-
YUV166.0163.1155.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.11%
GREEN value IS 169 (66.41% from 255) = 39.86%
BLUE value IS 51 (20.31% from 255) = 12.03%
R=48.11%
G=39.86%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041695100.170.750.246.276050
HexCCA9330114B142e3c32
Octal3142516302111324567462
Binary1100110010101001110011010001100101110100101110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA933; }

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

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

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

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

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

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

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

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