#CCA833

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

Shades of Metallic Gold #CCA833

Tints of Metallic Gold #CCA833

Color information

#CCA833 (or 0xCCA833) is unknown color: approx Metallic Gold. HEX triplet: CC, A8 and 33. RGB value is (204,168,51). Sum of RGB (Red+Green+Blue) = 204+168+51=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 51 (20.31% from 255 or 12.06% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA833 is #3357CC. Grayscale: #A5A5A5. Windows color (decimal): -3364813 or 3385548. OLE color: 3385548.

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

Color convert

RGB20416851-
CMYK00.180.750.2
HSL45.88º60%50%-
HSV(B)45.88º75%80%-
XYZ39.541.088.98-
YUV165.4363.43155.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.23%
GREEN value IS 168 (66.02% from 255) = 39.72%
BLUE value IS 51 (20.31% from 255) = 12.06%
R=48.23%
G=39.72%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041685100.180.750.245.886050
HexCCA8330124B142e3c32
Octal3142506302211324567462
Binary1100110010101000110011010010100101110100101110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA833; }

 p { color: rgb(204,168,51); }

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

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

 a { background-color: rgb(204,168,51); }

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

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

 span { border-color: rgb(204,168,51); }

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