#CAB12A

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

Shades of Metallic Gold #CAB12A

Tints of Metallic Gold #CAB12A

Color information

#CAB12A (or 0xCAB12A) is unknown color: approx Metallic Gold. HEX triplet: CA, B1 and 2A. RGB value is (202,177,42). Sum of RGB (Red+Green+Blue) = 202+177+42=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 42 (16.80% from 255 or 9.98% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB12A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB12A is #354ED5. Grayscale: #A9A9A9. Windows color (decimal): -3493590 or 2798026. OLE color: 2798026.

HSL color Cylindrical-coordinate representation of color #CAB12A: hue angle of 50.62º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CAB12A is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB20217742-
CMYK00.120.790.21
HSL50.62º65.57%47.84%-
HSV(B)50.62º79.21%79.22%-
XYZ40.544.178.58-
YUV169.0856.28151.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.98%
GREEN value IS 177 (69.53% from 255) = 42.04%
BLUE value IS 42 (16.80% from 255) = 9.98%
R=47.98%
G=42.04%
B=9.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021774200.120.790.2150.6265.5747.84
HexCAB12A0C4F15334230
Octal31226152014117256310260
Binary1100101010110001101010011001001111101011100111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB12A; }

 p { color: rgb(202,177,42); }

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

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

 a { background-color: rgb(202,177,42); }

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

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

 span { border-color: rgb(202,177,42); }

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