#CCA13D

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

Shades of Metallic Gold #CCA13D

Tints of Metallic Gold #CCA13D

Color information

#CCA13D (or 0xCCA13D) is unknown color: approx Metallic Gold. HEX triplet: CC, A1 and 3D. RGB value is (204,161,61). Sum of RGB (Red+Green+Blue) = 204+161+61=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA13D is #335EC2. Grayscale: #A2A2A2. Windows color (decimal): -3366595 or 4039116. OLE color: 4039116.

HSL color Cylindrical-coordinate representation of color #CCA13D: hue angle of 41.96º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCA13D is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB20416161-
CMYK00.210.700.2
HSL41.96º58.37%51.96%-
HSV(B)41.96º70.1%80%-
XYZ38.4938.669.85-
YUV162.4670.75157.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.89%
GREEN value IS 161 (63.28% from 255) = 37.79%
BLUE value IS 61 (24.22% from 255) = 14.32%
R=47.89%
G=37.79%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.70
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041616100.210.700.241.9658.3751.96
HexCCA13D01546142a3a34
Octal3142417502510624527264
Binary1100110010100001111101010101100011010100101010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA13D; }

 p { color: rgb(204,161,61); }

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

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

 a { background-color: rgb(204,161,61); }

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

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

 span { border-color: rgb(204,161,61); }

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