#CCA935

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

Shades of Metallic Gold #CCA935

Tints of Metallic Gold #CCA935

Color information

#CCA935 (or 0xCCA935) is unknown color: approx Metallic Gold. HEX triplet: CC, A9 and 35. RGB value is (204,169,53). Sum of RGB (Red+Green+Blue) = 204+169+53=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 53 (21.09% from 255 or 12.44% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA935 is #3356CA. Grayscale: #A6A6A6. Windows color (decimal): -3364555 or 3516876. OLE color: 3516876.

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

Color convert

RGB20416953-
CMYK00.170.740.2
HSL46.09º59.68%50.39%-
HSV(B)46.09º74.02%80%-
XYZ39.7341.479.28-
YUV166.2464.1154.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.89%
GREEN value IS 169 (66.41% from 255) = 39.67%
BLUE value IS 53 (21.09% from 255) = 12.44%
R=47.89%
G=39.67%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041695300.170.740.246.0959.6850.39
HexCCA9350114A142e3c32
Octal3142516502111224567462
Binary1100110010101001110101010001100101010100101110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA935; }

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

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

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

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

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

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

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

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