#CBA636

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

Shades of Metallic Gold #CBA636

Tints of Metallic Gold #CBA636

Color information

#CBA636 (or 0xCBA636) is unknown color: approx Metallic Gold. HEX triplet: CB, A6 and 36. RGB value is (203,166,54). Sum of RGB (Red+Green+Blue) = 203+166+54=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 54 (21.48% from 255 or 12.77% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA636 is #3459C9. Grayscale: #A4A4A4. Windows color (decimal): -3430858 or 3581643. OLE color: 3581643.

HSL color Cylindrical-coordinate representation of color #CBA636: hue angle of 45.1º 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 #CBA636 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB20316654-
CMYK00.180.730.20
HSL45.1º58.89%50.39%-
HSV(B)45.1º73.4%79.61%-
XYZ38.9340.249.2-
YUV164.365.76155.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.99%
GREEN value IS 166 (65.23% from 255) = 39.24%
BLUE value IS 54 (21.48% from 255) = 12.77%
R=47.99%
G=39.24%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031665400.180.730.2045.158.8950.39
HexCBA63601249142d3b32
Octal3132466602211124557362
Binary1100101110100110110110010010100100110100101101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA636; }

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

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

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

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

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

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

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

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