#CBA42E

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

Shades of Metallic Gold #CBA42E

Tints of Metallic Gold #CBA42E

Color information

#CBA42E (or 0xCBA42E) is unknown color: approx Metallic Gold. HEX triplet: CB, A4 and 2E. RGB value is (203,164,46). Sum of RGB (Red+Green+Blue) = 203+164+46=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 46 (18.36% from 255 or 11.14% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA42E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA42E is #345BD1. Grayscale: #A2A2A2. Windows color (decimal): -3431378 or 3056843. OLE color: 3056843.

HSL color Cylindrical-coordinate representation of color #CBA42E: hue angle of 45.1º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBA42E is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB20316446-
CMYK00.190.770.20
HSL45.1º63.05%48.82%-
HSV(B)45.1º77.34%79.61%-
XYZ38.439.448.17-
YUV162.2162.42157.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.15%
GREEN value IS 164 (64.45% from 255) = 39.71%
BLUE value IS 46 (18.36% from 255) = 11.14%
R=49.15%
G=39.71%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031644600.190.770.2045.163.0548.82
HexCBA42E0134D142d3f31
Octal3132445602311524557761
Binary1100101110100100101110010011100110110100101101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA42E; }

 p { color: rgb(203,164,46); }

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

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

 a { background-color: rgb(203,164,46); }

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

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

 span { border-color: rgb(203,164,46); }

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