#cca832

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

Shades of Metallic Gold #CCA832

Tints of Metallic Gold #CCA832

Color information

#CCA832 (or 0xCCA832) is unknown color: approx Metallic Gold. HEX triplet: CC, A8 and 32. RGB value is (204,168,50). Sum of RGB (Red+Green+Blue) = 204+168+50=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA832 is #3357CD. Grayscale: #A5A5A5. Windows color (decimal): -3364814 or 3320012. OLE color: 3320012.

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

Color convert

RGB20416850-
CMYK00.180.750.2
HSL45.97º60.63%49.8%-
HSV(B)45.97º75.49%80%-
XYZ39.4841.078.86-
YUV165.3162.93155.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.34%
GREEN value IS 168 (66.02% from 255) = 39.81%
BLUE value IS 50 (19.92% from 255) = 11.85%
R=48.34%
G=39.81%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041685000.180.750.245.9760.6349.8
HexCCA8320124B142e3d32
Octal3142506202211324567562
Binary1100110010101000110010010010100101110100101110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cca832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cca832; }

 p { color: rgb(204,168,50); }

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

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

 a { background-color: rgb(204,168,50); }

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

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

 span { border-color: rgb(204,168,50); }

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