#CCB032

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

Shades of Metallic Gold #CCB032

Tints of Metallic Gold #CCB032

Color information

#CCB032 (or 0xCCB032) is unknown color: approx Metallic Gold. HEX triplet: CC, B0 and 32. RGB value is (204,176,50). Sum of RGB (Red+Green+Blue) = 204+176+50=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 50 (19.92% from 255 or 11.63% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB032 is #334FCD. Grayscale: #AAAAAA. Windows color (decimal): -3362766 or 3322060. OLE color: 3322060.

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

Color convert

RGB20417650-
CMYK00.140.750.2
HSL49.09º60.63%49.8%-
HSV(B)49.09º75.49%80%-
XYZ4144.129.37-
YUV170.0160.28152.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.44%
GREEN value IS 176 (69.14% from 255) = 40.93%
BLUE value IS 50 (19.92% from 255) = 11.63%
R=47.44%
G=40.93%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041765000.140.750.249.0960.6349.8
HexCCB0320E4B14313d32
Octal3142606201611324617562
Binary110011001011000011001001110100101110100110001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB032; }

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

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

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

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

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

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

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

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