#CCA633

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

Shades of Metallic Gold #CCA633

Tints of Metallic Gold #CCA633

Color information

#CCA633 (or 0xCCA633) is unknown color: approx Metallic Gold. HEX triplet: CC, A6 and 33. RGB value is (204,166,51). Sum of RGB (Red+Green+Blue) = 204+166+51=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 51 (20.31% from 255 or 12.11% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA633 is #3359CC. Grayscale: #A4A4A4. Windows color (decimal): -3365325 or 3385036. OLE color: 3385036.

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

Color convert

RGB20416651-
CMYK00.190.750.2
HSL45.1º60%50%-
HSV(B)45.1º75%80%-
XYZ39.1440.358.86-
YUV164.2564.09156.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.46%
GREEN value IS 166 (65.23% from 255) = 39.43%
BLUE value IS 51 (20.31% from 255) = 12.11%
R=48.46%
G=39.43%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041665100.190.750.245.16050
HexCCA6330134B142d3c32
Octal3142466302311324557462
Binary1100110010100110110011010011100101110100101101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA633; }

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

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

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

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

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

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

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

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