#CAA239

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

Shades of Metallic Gold #CAA239

Tints of Metallic Gold #CAA239

Color information

#CAA239 (or 0xCAA239) is unknown color: approx Metallic Gold. HEX triplet: CA, A2 and 39. RGB value is (202,162,57). Sum of RGB (Red+Green+Blue) = 202+162+57=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 57 (22.66% from 255 or 13.54% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA239 is #355DC6. Grayscale: #A2A2A2. Windows color (decimal): -3497415 or 3777226. OLE color: 3777226.

HSL color Cylindrical-coordinate representation of color #CAA239: hue angle of 43.45º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CAA239 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB20216257-
CMYK00.200.720.21
HSL43.45º57.77%50.78%-
HSV(B)43.45º71.78%79.22%-
XYZ38.0238.699.34-
YUV161.9968.75156.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.98%
GREEN value IS 162 (63.67% from 255) = 38.48%
BLUE value IS 57 (22.66% from 255) = 13.54%
R=47.98%
G=38.48%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021625700.200.720.2143.4557.7750.78
HexCAA23901448152b3a33
Octal3122427102411025537263
Binary1100101010100010111001010100100100010101101011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA239; }

 p { color: rgb(202,162,57); }

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

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

 a { background-color: rgb(202,162,57); }

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

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

 span { border-color: rgb(202,162,57); }

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