#CAA23D

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

Shades of Metallic Gold #CAA23D

Tints of Metallic Gold #CAA23D

Color information

#CAA23D (or 0xCAA23D) is unknown color: approx Metallic Gold. HEX triplet: CA, A2 and 3D. RGB value is (202,162,61). Sum of RGB (Red+Green+Blue) = 202+162+61=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 61 (24.22% from 255 or 14.35% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA23D is #355DC2. Grayscale: #A2A2A2. Windows color (decimal): -3497411 or 4039370. OLE color: 4039370.

HSL color Cylindrical-coordinate representation of color #CAA23D: hue angle of 42.98º 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 #CAA23D is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB20216261-
CMYK00.200.700.21
HSL42.98º57.09%51.57%-
HSV(B)42.98º69.8%79.22%-
XYZ38.1238.739.88-
YUV162.4570.75156.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.53%
GREEN value IS 162 (63.67% from 255) = 38.12%
BLUE value IS 61 (24.22% from 255) = 14.35%
R=47.53%
G=38.12%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021626100.200.700.2142.9857.0951.57
HexCAA23D01446152b3934
Octal3122427502410625537164
Binary1100101010100010111101010100100011010101101011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA23D; }

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

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

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

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

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

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

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

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