#CCB229

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

Shades of Metallic Gold #CCB229

Tints of Metallic Gold #CCB229

Color information

#CCB229 (or 0xCCB229) is unknown color: approx Metallic Gold. HEX triplet: CC, B2 and 29. RGB value is (204,178,41). Sum of RGB (Red+Green+Blue) = 204+178+41=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 41 (16.41% from 255 or 9.69% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB229 is #334DD6. Grayscale: #AAAAAA. Windows color (decimal): -3362263 or 2732748. OLE color: 2732748.

HSL color Cylindrical-coordinate representation of color #CCB229: hue angle of 50.43º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCB229 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB20417841-
CMYK00.130.800.2
HSL50.43º66.53%48.04%-
HSV(B)50.43º79.9%80%-
XYZ41.2244.848.58-
YUV170.1655.11152.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.23%
GREEN value IS 178 (69.92% from 255) = 42.08%
BLUE value IS 41 (16.41% from 255) = 9.69%
R=48.23%
G=42.08%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.80
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041784100.130.800.250.4366.5348.04
HexCCB2290D5014324330
Octal31426251015120246210360
Binary1100110010110010101001011011010000101001100101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB229; }

 p { color: rgb(204,178,41); }

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

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

 a { background-color: rgb(204,178,41); }

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

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

 span { border-color: rgb(204,178,41); }

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