#CAB029

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

Shades of Metallic Gold #CAB029

Tints of Metallic Gold #CAB029

Color information

#CAB029 (or 0xCAB029) is unknown color: approx Metallic Gold. HEX triplet: CA, B0 and 29. RGB value is (202,176,41). Sum of RGB (Red+Green+Blue) = 202+176+41=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 41 (16.41% from 255 or 9.79% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB029 is #354FD6. Grayscale: #A8A8A8. Windows color (decimal): -3493847 or 2732234. OLE color: 2732234.

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

Color convert

RGB20217641-
CMYK00.130.800.21
HSL50.31º66.26%47.65%-
HSV(B)50.31º79.7%79.22%-
XYZ40.2843.778.42-
YUV168.3856.11151.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.21%
GREEN value IS 176 (69.14% from 255) = 42.00%
BLUE value IS 41 (16.41% from 255) = 9.79%
R=48.21%
G=42.00%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021764100.130.800.2150.3166.2647.65
HexCAB0290D5015324230
Octal31226051015120256210260
Binary1100101010110000101001011011010000101011100101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB029; }

 p { color: rgb(202,176,41); }

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

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

 a { background-color: rgb(202,176,41); }

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

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

 span { border-color: rgb(202,176,41); }

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