#CBA834

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

Shades of Metallic Gold #CBA834

Tints of Metallic Gold #CBA834

Color information

#CBA834 (or 0xCBA834) is unknown color: approx Metallic Gold. HEX triplet: CB, A8 and 34. RGB value is (203,168,52). Sum of RGB (Red+Green+Blue) = 203+168+52=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA834 is #3457CB. Grayscale: #A5A5A5. Windows color (decimal): -3430348 or 3451083. OLE color: 3451083.

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

Color convert

RGB20316852-
CMYK00.170.740.20
HSL46.09º59.22%50%-
HSV(B)46.09º74.38%79.61%-
XYZ39.2540.959.08-
YUV165.2464.1154.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.99%
GREEN value IS 168 (66.02% from 255) = 39.72%
BLUE value IS 52 (20.70% from 255) = 12.29%
R=47.99%
G=39.72%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031685200.170.740.2046.0959.2250
HexCBA8340114A142e3b32
Octal3132506402111224567362
Binary1100101110101000110100010001100101010100101110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA834; }

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

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

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

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

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

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

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

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