#cba837

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

Shades of Metallic Gold #CBA837

Tints of Metallic Gold #CBA837

Color information

#CBA837 (or 0xCBA837) is unknown color: approx Metallic Gold. HEX triplet: CB, A8 and 37. RGB value is (203,168,55). Sum of RGB (Red+Green+Blue) = 203+168+55=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 55 (21.88% from 255 or 12.91% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA837 is #3457C8. Grayscale: #A6A6A6. Windows color (decimal): -3430345 or 3647691. OLE color: 3647691.

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

Color convert

RGB20316855-
CMYK00.170.730.20
HSL45.81º58.73%50.59%-
HSV(B)45.81º72.91%79.61%-
XYZ39.3240.989.45-
YUV165.5865.6154.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.65%
GREEN value IS 168 (66.02% from 255) = 39.44%
BLUE value IS 55 (21.88% from 255) = 12.91%
R=47.65%
G=39.44%
B=12.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031685500.170.730.2045.8158.7350.59
HexCBA83701149142e3b33
Octal3132506702111124567363
Binary1100101110101000110111010001100100110100101110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cba837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cba837; }

 p { color: rgb(203,168,55); }

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

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

 a { background-color: rgb(203,168,55); }

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

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

 span { border-color: rgb(203,168,55); }

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