#CAAE29

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

Shades of Metallic Gold #CAAE29

Tints of Metallic Gold #CAAE29

Color information

#CAAE29 (or 0xCAAE29) is unknown color: approx Metallic Gold. HEX triplet: CA, AE and 29. RGB value is (202,174,41). Sum of RGB (Red+Green+Blue) = 202+174+41=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 41 (16.41% from 255 or 9.83% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAAE29 is #3551D6. Grayscale: #A7A7A7. Windows color (decimal): -3494359 or 2731722. OLE color: 2731722.

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

Color convert

RGB20217441-
CMYK00.140.800.21
HSL49.57º66.26%47.65%-
HSV(B)49.57º79.7%79.22%-
XYZ39.8942.998.29-
YUV167.2156.78152.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.44%
GREEN value IS 174 (68.36% from 255) = 41.73%
BLUE value IS 41 (16.41% from 255) = 9.83%
R=48.44%
G=41.73%
B=9.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021744100.140.800.2149.5766.2647.65
HexCAAE290E5015324230
Octal31225651016120256210260
Binary1100101010101110101001011101010000101011100101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE29; }

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

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

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

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

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

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

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

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