#CBA236

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

Shades of Metallic Gold #CBA236

Tints of Metallic Gold #CBA236

Color information

#CBA236 (or 0xCBA236) is unknown color: approx Metallic Gold. HEX triplet: CB, A2 and 36. RGB value is (203,162,54). Sum of RGB (Red+Green+Blue) = 203+162+54=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 54 (21.48% from 255 or 12.89% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA236 is #345DC9. Grayscale: #A2A2A2. Windows color (decimal): -3431882 or 3580619. OLE color: 3580619.

HSL color Cylindrical-coordinate representation of color #CBA236: hue angle of 43.49º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBA236 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB20316254-
CMYK00.200.730.20
HSL43.49º58.89%50.39%-
HSV(B)43.49º73.4%79.61%-
XYZ38.2138.88.97-
YUV161.9567.08157.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.45%
GREEN value IS 162 (63.67% from 255) = 38.66%
BLUE value IS 54 (21.48% from 255) = 12.89%
R=48.45%
G=38.66%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031625400.200.730.2043.4958.8950.39
HexCBA23601449142b3b32
Octal3132426602411124537362
Binary1100101110100010110110010100100100110100101011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA236; }

 p { color: rgb(203,162,54); }

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

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

 a { background-color: rgb(203,162,54); }

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

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

 span { border-color: rgb(203,162,54); }

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