#CAA733

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

Shades of Metallic Gold #CAA733

Tints of Metallic Gold #CAA733

Color information

#CAA733 (or 0xCAA733) is unknown color: approx Metallic Gold. HEX triplet: CA, A7 and 33. RGB value is (202,167,51). Sum of RGB (Red+Green+Blue) = 202+167+51=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 51 (20.31% from 255 or 12.14% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA733 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA733 is #3558CC. Grayscale: #A4A4A4. Windows color (decimal): -3496141 or 3385290. OLE color: 3385290.

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

Color convert

RGB20216751-
CMYK00.170.750.21
HSL46.09º59.68%49.61%-
HSV(B)46.09º74.75%79.22%-
XYZ38.7740.438.89-
YUV164.2464.1154.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.10%
GREEN value IS 167 (65.62% from 255) = 39.76%
BLUE value IS 51 (20.31% from 255) = 12.14%
R=48.10%
G=39.76%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021675100.170.750.2146.0959.6849.61
HexCAA7330114B152e3c32
Octal3122476302111325567462
Binary1100101010100111110011010001100101110101101110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA733; }

 p { color: rgb(202,167,51); }

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

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

 a { background-color: rgb(202,167,51); }

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

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

 span { border-color: rgb(202,167,51); }

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