#CAA33D

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

Shades of Metallic Gold #CAA33D

Tints of Metallic Gold #CAA33D

Color information

#CAA33D (or 0xCAA33D) is unknown color: approx Metallic Gold. HEX triplet: CA, A3 and 3D. RGB value is (202,163,61). Sum of RGB (Red+Green+Blue) = 202+163+61=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA33D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA33D is #355CC2. Grayscale: #A3A3A3. Windows color (decimal): -3497155 or 4039626. OLE color: 4039626.

HSL color Cylindrical-coordinate representation of color #CAA33D: hue angle of 43.4º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAA33D is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB20216361-
CMYK00.190.700.21
HSL43.4º57.09%51.57%-
HSV(B)43.4º69.8%79.22%-
XYZ38.339.099.94-
YUV163.0370.42155.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.42%
GREEN value IS 163 (64.06% from 255) = 38.26%
BLUE value IS 61 (24.22% from 255) = 14.32%
R=47.42%
G=38.26%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021636100.190.700.2143.457.0951.57
HexCAA33D01346152b3934
Octal3122437502310625537164
Binary1100101010100011111101010011100011010101101011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA33D; }

 p { color: rgb(202,163,61); }

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

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

 a { background-color: rgb(202,163,61); }

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

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

 span { border-color: rgb(202,163,61); }

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