#CCA736

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

Shades of Metallic Gold #CCA736

Tints of Metallic Gold #CCA736

Color information

#CCA736 (or 0xCCA736) is unknown color: approx Metallic Gold. HEX triplet: CC, A7 and 36. RGB value is (204,167,54). Sum of RGB (Red+Green+Blue) = 204+167+54=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 54 (21.48% from 255 or 12.71% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA736 is #3358C9. Grayscale: #A5A5A5. Windows color (decimal): -3365066 or 3581900. OLE color: 3581900.

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

Color convert

RGB20416754-
CMYK00.180.740.2
HSL45.2º59.52%50.59%-
HSV(B)45.2º73.53%80%-
XYZ39.3940.749.28-
YUV165.1865.26155.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48%
GREEN value IS 167 (65.62% from 255) = 39.29%
BLUE value IS 54 (21.48% from 255) = 12.71%
R=48%
G=39.29%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041675400.180.740.245.259.5250.59
HexCCA7360124A142d3c33
Octal3142476602211224557463
Binary1100110010100111110110010010100101010100101101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA736; }

 p { color: rgb(204,167,54); }

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

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

 a { background-color: rgb(204,167,54); }

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

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

 span { border-color: rgb(204,167,54); }

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