#CBAE29

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

Shades of Metallic Gold #CBAE29

Tints of Metallic Gold #CBAE29

Color information

#CBAE29 (or 0xCBAE29) is unknown color: approx Metallic Gold. HEX triplet: CB, AE and 29. RGB value is (203,174,41). Sum of RGB (Red+Green+Blue) = 203+174+41=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 174 (68.36% from 255 or 41.63% from 418); Blue value is 41 (16.41% from 255 or 9.81% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAE29 is #3451D6. Grayscale: #A8A8A8. Windows color (decimal): -3428823 or 2731723. OLE color: 2731723.

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

Color convert

RGB20317441-
CMYK00.140.800.20
HSL49.26º66.39%47.84%-
HSV(B)49.26º79.8%79.61%-
XYZ40.1643.138.31-
YUV167.5156.61153.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.56%
GREEN value IS 174 (68.36% from 255) = 41.63%
BLUE value IS 41 (16.41% from 255) = 9.81%
R=48.56%
G=41.63%
B=9.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.80
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031744100.140.800.2049.2666.3947.84
HexCBAE290E5014314230
Octal31325651016120246110260
Binary1100101110101110101001011101010000101001100011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAE29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAE29; }

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

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

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

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

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

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

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

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